Table Border: No Outside Borders
To set your table so that it has inside borders but no outside borders, add a
FRAME
attribute to the
<TABLE ...>
tag. (Note that currently only MSIE recognizes the
FRAME
attribute.) Set
FRAME
to
VOID
.
<TABLE BORDER=1 RULES=ALL FRAME=VOID>
which gives us this table:
watermelon | grapes |
peaches | bananas |