Table Border: No Outside Borders

To set your table so that it has inside borders but no outside borders, add a FRAME attribute to the <TABLE ...> tag. (Note that currently only MSIE recognizes the FRAME attribute.) Set FRAME to VOID.

<TABLE BORDER=1 RULES=ALL FRAME=VOID>

which gives us this table:

watermelon grapes
peaches bananas





About the Author
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.