Quote:
|
Originally Posted by M@tt A couple more CSS questions...
What's the code to the change the colour of the tables? |
Heres my code, .tcat is the table headings and .alt1/.alt2 are the table contents:
Code:
.tcat
{
background: #52352f;
color: #FFFFFF;
}
.alt1, .alt1Active
{
background: #ffffff;
color: #000000;
}
.alt2, .alt2Active
{
background: #ffffff;
color: #000000;
} Quote:
|
Also, is there a code to change the colour of the links?
|
Code:
a:link
{
color:#000000;
}