FRAME
This attribute defines the appearance of the border lines around the table. The values are:
FRAME="VOID" will not display border lines.
FRAME="BOX" or "BORDER" is the default, and indicates border lines around the entire table.
FRAME="ABOVE" will put a line along the top edge.
FRAME="BELOW" will draw a line on the botom edge.
FRAME="HSIDES" will draw a line on the top and bottom edges.
FRAME="LHS" will draw a line on the left hand side.
FRAME="RHS" will draw a line on the right hand side.
FRAME="VSIDES" will draw lines will draw lines along the right and left edges.
syntax:
FRAME="VOID, BORDER, ABOVE, BELOW, HSIDES, VSIDES, LHS, RHS, or BOX"
The HTML element(s) this attribute is used with are:
TABLE