tr From Online Manual

Revision as of 13:58, 1 May 2014 by Illori (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: