Td: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Automated text replacement (-<tt> +))
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|tag=td
|tag=td
|button=td.gif
|button=td.gif
|example=&#91;table&#93;<br>&#91;tr&#93;&#91;td&#93;text or&#91;/td&#93;&#91;td&#93;more&#91;/td&#93;&#91;/tr&#93;<br>&#91;tr&#93;&#91;td&#93;BB&#91;/td&#93;&#91;td&#93;Code&#91;/td&#93;&#91;/tr&#93;<br>
|example=[table]<br>&nbsp;[tr][td]text[/td][/tr]<br>
&#91;/table&#93;
[/table]
|description=The 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 tr</tt> tags.
|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">
|result=<table class="bbc_table">
 
<tr><td>text</td></tr></table>
<tr><td>text or</td><td>more</td></tr>
 
<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]]

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: