m (Bot: Automated text replacement (-<tt> +)) |
m (Bot: Automated text replacement (-</tt> +)) |
||
Line 4: | Line 4: | ||
|example=[table]<br>[tr][td]text or[/td][td]more[/td][/tr]<br>[tr][td]BB[/td][td]Code[/td][/tr]<br> | |example=[table]<br>[tr][td]text or[/td][td]more[/td][/tr]<br>[tr][td]BB[/td][td]Code[/td][/tr]<br> | ||
[/table] | [/table] | ||
|description=The td | |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. | ||
|result=<table class="bbc_table"> | |result=<table class="bbc_table"> | ||
Revision as of 11:28, 1 July 2013
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 or | more |
BB | Code |