td From Online Manual

Revision as of 16:16, 10 July 2013 by Vecmac (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: