Amara
12-20-2004, 07:58 PM
How can I change the font color for my whole user look up?
|
View Full Version : change font color Amara 12-20-2004, 07:58 PM How can I change the font color for my whole user look up? purplravioli 12-20-2004, 09:34 PM oh i have the code for that in my lookup hold on lemme go get it purplravioli 12-20-2004, 09:37 PM td, p, body, * {font-family:Verdana ; font-size: 10pt; color: white; text-decoration:none;} A {font-family: Verdana; font-size: 10pt; color: white; text-decoration:none;} A:link { font-family: Verdana; font size: 10pt; font color: white;text-decoration: none; } A:active { font-family: Verdana; font size: 10pt; font color: white; text-decoration: none; } A:visited { font-family: Verdana; font size: 10pt; font color: white;text-decoration: none; } A:hover { font-family: Verdana; font size: 10pt; font color: gray; text-decoration:none; } just change the font size, font color and font name to what you want and do it for all of them, then post the whole code in your lookup purplravioli 12-20-2004, 09:43 PM one second, take off the top line (td, p, body,) that's a different part of my code tokyo bleu 12-21-2004, 04:59 AM http://neopets.com/~csshelp |