You are using a previous version of Active Jump.

Go To Current Version of This Page

Active Jump Logo


Information
The Basics
Text
Pictures
Spacing
Colors
Links
Alignment
Lists/Bullets
Tables
Frames
Multimedia
Forms
ISO Characters
Meta Tags
Contact Us


Email Support
Email Contact

Divider

Table Color
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
The Background Is Gray


Test Your HTML
Printer Friendly Version


Jonathan David VerLee
webmaster@activejump.com


White