Home CSS Table Specify A Background Color For A Table Cell
Search MS Office A-Z   |   Search Web Pages/ Design A-Z

Specify A Background Color For A Table Cell

To use a background color for all table data cells, enter the following between the Head tags

<STYLE TYPE=”text/css”>

<!--


-->

</STYLE>

Include the following:

TD { background-color: #f0ffff; }