(Created page with '<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''td'''</tt></span></center></td><td><center>'''Table cell'''</center></td><td><center><img src="http://docs.…') |
No edit summary |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Wordy bbc | |||
|tag=td | |||
|button=td.gif | |||
|example=[table]<br> [tr][td]text[/td][/tr]<br> | |||
[/table] | |||
|description=The td tag produces table cells, which form table columns. They produce standard HTML <td> elements, and are displayed the same. This is a block level tag, and can contain any other tag, but must be placed only in tr tags. | |||
|result=<table class="bbc_table"> | |||
<tr><td>text</td></tr></table> | |||
}} | |||
[[Category:Bulletin_Board_Code]] | |||
[[Category:Basic Bulletin Board Code]] | |||
[ | |||