tr From Online Manual

Revision as of 16:09, 10 July 2013 by Vecmac (talk | contribs) (Trimming down to show one row)
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 or[/td][td]more[/td][/tr][/table]

result: <table"> text ormore



Advertisement: