Tr: Difference between revisions From Online Manual

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