Tr: Difference between revisions From Online Manual

Jump to: navigation, search
(remove <nowiki> from example; categorize basic as per http://docs.simplemachines.org/index.php?topic=57)
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<tr><td><center><span style="font-size: 12pt;" class="bbc_size"><tt>'''tr'''</tt></span></center></td><td><center>'''Table row'''</center></td><td><center><img src="http://docs.simplemachines.org/Themes/default/images/bbc/tr.gif" alt="" class="bbc_img" /></center></td></tr>
{{Wordy bbc
 
|tag=tr
<tr><td>&#91;table&#93;&#91;tr&#93;&#91;/tr&#93;&#91;/table&#93;</td><td>The <tt>tr</tt> tag corresponds to the html table row. By itself it produces no visible output. Table rows must be placed inside <tt>table</tt>s and can only contain <tt>td</tt> tags.</td><td></td></tr>
|button=tr.gif
|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.
|result=<table>
<tr><td>text</td><td>or more</td></tr>
</table>
}}


[[Category:Bulletin_Board_Code]]
[[Category:Bulletin_Board_Code]]
{{Cleanup html}}
[[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: