Attribute for <TABLE ...>
CELLSPACING = integer
| Usage Recommendation |
use it |

CELLSPACING sets the amount of space between the cells of a table. If the borders are visible, CELLSPACING controls the width of the internal borders. So, for example, the following examples demonstrate CELLSPACING when it is absent, when it it set to
2, and when it is set to 10.
| this code |
produces this |
<TABLE BORDER>
|
| peaches | cherries |
| walnuts | almonds |
|
<TABLE BORDER CELLSPACING=2>
|
| peaches | cherries |
| walnuts | almonds |
|
<TABLE BORDER CELLSPACING=10>
|
| peaches | cherries |
| walnuts | almonds |
|
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.