TOC PREV NEXT INDEX

domref



cellPadding


cellPadding gets/sets the padding around the individual cells of the table.

Syntax

table.cellPadding = padding
 
padding = table.cellPadding
 

Parameters

padding is a string representing the padding in pixels.

Example

mytable.cellPadding = "10";
 

Notes

None.

Specification

cellPadding


cellSpacing


cellSpacing gets/sets the spacing around the individual cells of the table.

Syntax

table.cellSpacing = spacing
 
spacing = table.cellSpacing
 

Parameters

spacing is a string representing the spacing around the table in pixels.

Example

mytable.cellSpacing = "10";
 

Notes

None.

Specification

cellSpacing


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX