Thread: Stupid CSS Bugs
View Single Post
Old 2007-01-20, 12:27 PM   #5
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by Licker4U View Post
Now, how can I get the text in my recip table off that nasty blue default color?
For that, I would simply add

a:link, a:active, a:visited, a:hover{
font-size: 14px;
color: #feff01;
font-family: Arial;
text-decoration: underline;
font-weight: bold
}
to your style sheet. That will take care of any link on that page which doesn't have its own specified class.

Where do I send the bill?
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote