td From Online Manual

Revision as of 16:11, 10 July 2013 by Vecmac (talk | contribs) (Trimming down to one cell)
Jump to: navigation, search

button: Td.gif

description: The td tag produces table cells, which form table columns. They produce standard HTML elements, and are displayed the same. This is a block level tag, and can contain any other tag, but must be placed only in tr tags.

example: [table]
[tr][td]text[/td][/tr]
[/table]

result:

text



Advertisement: