Td: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
 
(10 intermediate revisions by 4 users not shown)
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>
{{Wordy bbc
 
|tag=td
<tr><td><nowiki>[table]
|button=td.gif
[tr][td]text or[/td][td]more[/td][/tr]
|example=[table]<br>&nbsp;[tr][td]text[/td][/tr]<br>
[tr][td]BB[/td][td]Code[/td][/tr]
[/table]
[/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">
|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 or</td><td>more</td></tr>
<tr><td>text</td></tr></table>
 
}}
<tr><td>BB</td><td>Code</td></tr></table></td></tr>


[[Category:Bulletin_Board_Code]]
[[Category:Bulletin_Board_Code]]
[[Category:Basic Bulletin Board Code]]

Latest revision as of 16:16, 10 July 2013

button: Td.gif

description: The td tag produces table cells, which form table columns. They produce standard HTML 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[/td][/tr]
[/table]

result:

text



Advertisement: