Td: Difference between revisions From Online Manual

Jump to: navigation, search
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><nowiki>[table]
<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]</nowiki></td><td>The <tt>td</tt> tag produces table cells, sometimes called table columns. They produce standard html &lt;td&gt; 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">
[/table]</td><td>The <tt>td</tt> tag produces table cells, sometimes called table columns. They produce standard html &lt;td&gt; 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

td
Table cell
<img src="http://docs.simplemachines.org/Themes/default/images/bbc/td.gif" alt="" class="bbc_img" />

[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 ormore
BBCode


Advertisement: