(remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Wordy bbc | |||
|tag=td | |||
|button=td.gif | |||
|example=[table]<br>[tr][td]text or[/td][td]more[/td][/tr]<br>[tr][td]BB[/td][td]Code[/td][/tr]<br> | |||
[/table] | |||
|description=The <tt>td</tt> tag produces table cells, sometimes called 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 <tt>tr</tt> tags. | |||
|result=<table class="bbc_table"> | |||
<tr><td>text or</td><td>more</td></tr> | <tr><td>text or</td><td>more</td></tr> | ||
<tr><td>BB</td><td>Code</td></tr></table> | <tr><td>BB</td><td>Code</td></tr></table> | ||
}} | |||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] |
Revision as of 11:05, 18 February 2011
description: The td tag produces table cells, sometimes called 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.
example: [table]
[tr][td]text or[/td][td]more[/td][/tr]
[tr][td]BB[/td][td]Code[/td][/tr]
[/table]
result:
text or | more |
BB | Code |