TOC PREV NEXT INDEX

domref



bgColor


bgcolor gets/sets the background color of the table.

Syntax

color = table.bgColor
 
table.bgColor = color
 

Parameters

color is a string representing a color value.

Example

mytable.bgColor = "lightblue";
 

Notes

The bgColor attribute is deprecated in HTML 4.0.

Specification

bgColor


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