|
<TABLE ...>
BORDER |
size of outside border |
FRAME |
which outside borders are displayed |
RULES |
which inside borders are displayed |
These three attributes can get pretty confusing because they tend to change each other's defaults. For example, if you don't use
BORDERRULESNONE. However, if you do use BORDERFRAMEVOID
then RULESALL. Likewise, RULESFRAME
To keep things simple it's usually a good idea to follow a simple rule: if you use either FRAMERULESBORDER
<TABLE BORDER=1 RULES=NONE FRAME=BOX>
which gives us this table
| watermelon | grapes |
| peaches | bananas |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.