July 1998
Intermediate to advanced
1456 pages
65h 5m
English
CELLSPACING — NN all IE 3 HTML 3.2
CELLSPACING=”length"Optional
The amount of empty space between the outer edges of each table cell.
If you set the BORDER attribute of the
TABLE element to any positive integer value, the
effect of setting CELLSPACING is to define the
thickness of borders rendered between cells. Even without a visible
border, the readability of a table often benefits from cell spacing.
<TABLE BORDER=2 CELLSPACING=10>...</TABLE>
Any positive integer.
0 (no table border); 2 (with
table border).
[window.]document.all.elementID.cellSpacing
Read now
Unlock full access