No edit summary |
(remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57) |
||
Line 1: | Line 1: | ||
<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.simplemachines.org/Themes/default/images/bbc/td.gif" alt="" class="bbc_img" /></center></td></tr> | <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.simplemachines.org/Themes/default/images/bbc/td.gif" alt="" class="bbc_img" /></center></td></tr> | ||
<tr><td | <tr><td>[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] | [tr][td]BB[/td][td]Code[/td][/tr] | ||
[/table] | [/table]</td><td>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.</td><td><table class="bbc_table"> | ||
<tr><td>text or</td><td>more</td></tr> | <tr><td>text or</td><td>more</td></tr> | ||
Line 11: | Line 11: | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
{{Cleanup html}} | |||
[[Category:Basic Bulletin Board Code]] |
Revision as of 14:35, 7 January 2011
[table]
[tr][td]text or[/td][td]more[/td][/tr] [tr][td]BB[/td][td]Code[/td][/tr]
[/table]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.
text or | more |
BB | Code |
This article may have been copied from the the forum-based Online Manual and contain some HTML remnants that need to be cleaned up. Please clean it up. This template may be removed when cleanup is complete. |