<TABLE ...>FRAMEFRAME = VOID
FRAME=VOID means that there should be no outer border.
<TABLE BORDER=2FRAME=VOID RULES=ALL>
gives us this table
| Name | Food |
|---|---|
| Starflower | stir fied tofu |
| Miko | vegetable rice soup |
| Andy | hummus |
| Ping | french toast |
FRAME=BOX >>>