Attribute for <TABLE ...>
BORDER = integer
 BORDER establishes the size of the border surrounding the table. The default value is 0, which is an invisible border. If you put in BORDER without a value, it defaults to 1.
Here are some examples of the table above using different border values:
|
<TABLE>
|
<TABLE BORDER=0>
|
<TABLE BORDER>
|
<TABLE BORDER=15>
|
| peaches | cherries |
| walnuts | almonds |
|
| peaches | cherries |
| walnuts | almonds |
|
| peaches | cherries |
| walnuts | almonds |
|
| peaches | cherries |
| walnuts | almonds |
|
Note that with a BORDER value of 0, the internal borders are invisible; with any value 1
and up, they are visible, but do not change size. (Internal border size is determined by
CELLSPACING.)
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.
InMotion Web Hosting Customer Support
M-F 8am - 7pm PST
213-239-0050
More information can be found at the
InMotion Hosting Main Site
|
|
|