(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: | ||
{{Wordy bbc | |||
|tag=tr | |||
|button=tr.gif | |||
|example=[table]<br> [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]] | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] |