 | BORDER=# -- This may be used to set the size of the border for the 'TABLE' tag. When set to 0,
no border will show. |
 | WIDTH=(#% or #) -- This may be used to set the width, as a percentage of the page (or table)
or in pixels, in the 'TABLE', 'TH' and 'TD' tags. |
 | HEIGHT=# -- This may be used to set the height of the cell for the 'TR', 'TH', or 'TD' tags. |
 | ALIGN=(LEFT, RIGHT, or CENTER) -- This will horizontally align the whatever is between the
beginning and ending tags to the left, right, or center in the 'TR', 'TH', or 'TD' tags. |
 | ROWSPAN=# -- This may be used to make a cell span across a certain number of rows in the
'TH' or 'TD' tags. |
 | COLSPAN=# -- This may be used to make a cell span across a certain number of columns in the
'TH' or 'TD' tags. |
 | CELLPADDING=# -- This may be used to add space between the contents and the edges of the
cell in the 'TABLE' tag. |
 | CELLSPACING=# -- This may be used to add space between the cells of the table in the
'TABLE' tag. |
 | NOWRAP -- This keeps text from wrapping around inside a cell in the 'TD' tag. |