HTML RULES = NONE

RULES=NONE means that there are no inside borders. RULES=NONE is the default if you don't use BORDER or set it to zero, but otherwise must be explicitly stated to have no inside borders. note that currently Netscape does not recognize RULES.

<TABLE BORDER=2 RULES=NONE FRAME=BOX>

gives us

NameFood
Starflowerstir fied tofu
Mikovegetable rice soup
Andyhummus
Ping french toast

RULES=ALL >