<TABLE ...>FRAMEFRAME = LHS
FRAME=LHS (LeftHandSide) means that there should only be an outer border on the left hand side of the table.
<TABLE BORDER=8FRAME=LHS RULES=NONE>
gives us this table
| Name | Food |
|---|---|
| Starflower | stir fied tofu |
| Miko | vegetable rice soup |
| Andy | hummus |
| Ping | french toast |
FRAME=RHS >>>