TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX