Home | Contact Us | Forums   
     
 
 
 
 

Backgrounds and colors.

For the most part, you can with table backgrounds, what you can do with the body. You can give the table a background color or image. The code below shows how to change background images or colors for the different parts of a table.

<table background=imagepath.gif>
<table bgcolor=#000080>
<tr background=imagepath.gif>
<tr bgcolor=#000080>
<td background=imagepath.gif>
<td bgcolor=#000080>

You can also change the color of the border for each of the different parts of a table.

<table bordercolor=#000000>
<tr bordercolor=#000000>
<td bordercolor=#000000>

In the next step we will learn how to position cells and more detail about sizing.

Now lets go to Step 4