Title: Table Color
URL: http://www.activejump.com/f-4.shtml
Email: webmaster@activejump.com
Introduction
With tables, you are able to specify a background color for each cell. This allows you to make part of your web
page have one background color, and other parts have other background colors.
Table Color
To add color to one of your table cells, you will need to add the line BGCOLOR="#xxxxxx" to the <TD> tag that you want
colored, so the final result looks like this.
<TD BGCOLOR="#xxxxxx">
The xxxxxx, is replaced with the color code of your choice.
|
index.html - Notepad |
....<BODY>
<TABLE><TR>
<TD BGCOLOR="#C0C0C0"> The Background Is Gray </TD>
</TR></TABLE>
</BODY>....
|
|
|
My Homepage - Microsoft Internet Explorer |
|
|
|