The BORDERCOLOR="purple" is still not seen in my IE 5.1 browser window. I made two of
the cells above have a tan background to clearly demonstrate the cellspacing width, or
the space between each cell. Cellspacing is also the space between the cell and an inner border. Let's see what would happen if we were to just code BORDERCOLOR and BORDERCOLORLIGHT.
I am using these hideous color combinations so that you can spot them easily
when the inner borderlines are so fine as to make viewing difficult. Now let's try coding just BORDERCOLOR and BORDERCOLORDARK:
| Row 1 Column 1
| Row 2 Column 2
|
| BORDERCOLOR="#FF00FF"
| BORDERCOLORDARK="black"
|
Occasionally, if a browser will not properly display a color you desire, look up
the
"color-safe" hexidecimal value. When using the hexidecimal
values with the color attributes remember to precede the value with the pound sign
or octothrop (#) and enclose everything in double quotation marks: "#FF00FF"
Before moving on to the next attribute I would like to code just the
BORDERCOLORLIGHT and BORDERCOLORDARK together without using BORDERCOLOR at all:
| Row 1 Column 1
| Row 2 Column 2
|
| BORDERCOLORLIGHT="#FF00FF"
| BORDERCOLORDARK="black"
|
This looks identical to the table above, even though different attributes were coded.
Design Tip:
Notice in the above tables that the darker color is on the bottom. When you want the darkercolor of the border to be on the top of the table, simply code the darker color into the bordercolorlight attribute and the lighter color into the bordercolordark attribute.
WARNING:
Remember that Web pages are viewed differently in various different browsers. Some text-only browsers will not see the tables at all. Each browser on each platform may view this page differently. Try your Web page in different
browsers to see how it looks in other browsers.