CSS- no underline for links
Hello,
I am new to style sheets. All I want to do is make the links on my pages not to be underlined. However I want the links highlighted or a different color on mouseover.
This is what I have added to the top of my html doc but it does not work.
a:hover {
text-decoration: none
background-color: #CCCCCC
}
How can I do this???
tia
|