Quote:
Originally Posted by Licker4U
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?
