<TABLE ...>RULESRULES = NONE
RULES=NONE means that there are no inside borders.
RULES=NONE is the default if you don't use
BORDERRULES
<TABLE BORDER=2 RULES=NONE FRAME=BOX>
gives us
| Name | Food |
|---|---|
| Starflower | stir fied tofu |
| Miko | vegetable rice soup |
| Andy | hummus |
| Ping | french toast |
RULES=ALL >>>