Quote:
Originally posted by TekVex
Don't quite get it..
delete the three lines and put "a { color: black; text-decoration: underline }" in while leaving hover alone?
|
correct, so instead of what you have, put this instead:
PHP Code:
a { color : black; text-decoration : underline; }
a:hover { color : black; text-decoration : none; }