TOC PREV NEXT INDEX

Put your logo here!


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


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