Table Borders: No Inside BordersIf you give the table borders (as done in the previous example) then by default the table has both inside and outside borders. You can useRULES=NONE to get rid of the inside borders. Add RULES=NONE to FRAME=BOX to the <TABLE ...>
<TABLE BORDER=1 RULES=NONE FRAME=BOX> which gives us this table:
|