Tr: Difference between revisions From Online Manual

Jump to: navigation, search
(Not a problem, but correct nesting is still a good idea ;).)
(Trimming down to show one row)
Line 2: Line 2:
|tag=tr
|tag=tr
|button=tr.gif
|button=tr.gif
|example=[table][tr][td]text or[/td][td]more[/td][/tr]<br>[tr][td]BB[/td][td]Code[/td][/tr][/table]
|example=[table][tr][td]text or[/td][td]more[/td][/tr][/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 or</td><td>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]]

Revision as of 16:09, 10 July 2013

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 or[/td][td]more[/td][/tr][/table]

result: <table"> text ormore



Advertisement: