(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 |
||
Line 9: | Line 9: | ||
<tr><td>BB</td><td>Code</td></tr></table></td></tr> | <tr><td>BB</td><td>Code</td></tr></table></td></tr> | ||
[[Category:Bulletin_Board_Code]] |
Revision as of 15:54, 8 May 2010
[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 |