View Single Post
Old 09-13-2006, 11:03 AM   #43 (permalink)
BD100
 
Posts: n/a
Default

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;
}

Last edited by BD100 : 09-13-2006 at 11:05 AM.
  Reply With Quote