| ATTRIBUTE |
DESCRIPTION |
| ALIGN |
Specifies the alignment of the text within the cell. Valid values
can be LEFT, RIGHT, or CENTER |
| BGCOLOR |
Specifies the background color for the table cell. It works just
the same as the corresponding attribute for the <BODY> tag |
| COLSPAN |
Specifies the number of columns that a single cell should span.
The default column spans a single column. |
| HEIGHT |
Specifies the height of the cell in absolute pixels or as a
percentage of the total area. Note that all cells in that row will be
sized to match this height. |
| NOWRAP |
Specifies that the text within the cell should not be
word-wrapped. |
| ROWSPAN |
Specifies the number of rows the cell should span. The default is
one. |
| VALIGN |
Specifies the vertical alignment of text within the cell. Valid
values are TOP, BOTTOM, or MIDDLE. |
| WIDTH |
Specifies the width of the cell in absolute pixels or as a
percentage of the total area. Note that all cells in that column will
be sized to match this width. |