Tr: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
 
Line 4: Line 4:
|example=[table]<br>&nbsp;[tr][td]text[/td][td]or more[/td][/tr]<br>[/table]
|example=[table]<br>&nbsp;[tr][td]text[/td][td]or more[/td][/tr]<br>[/table]
|description=The tr tag corresponds to the html table row. By itself it produces no visible output. Table rows must be placed inside tables and can only contain td tags.
|description=The tr tag corresponds to the html table row. By itself it produces no visible output. Table rows must be placed inside tables and can only contain td tags.
|result=<table">
|result=<table>
<tr><td>text</td><td>or more</td></tr>
<tr><td>text</td><td>or more</td></tr>
</table>
</table>

Latest revision as of 13:58, 1 May 2014

button: Tr.gif

description: The tr tag corresponds to the html table row. By itself it produces no visible output. Table rows must be placed inside tables and can only contain td tags.

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

result:

textor more



Advertisement: