Td: Difference between revisions From Online Manual

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

Revision as of 11:45, 1 July 2013

button: Td.gif

description: 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.

example: [table]
[tr][td]text or[/td][td]more[/td][/tr]
[tr][td]BB[/td][td]Code[/td][/tr]
[/table]

result:

text ormore
BBCode



Advertisement: