zehra -> Can' get rid of underline (6/12/2003 9:36:01)
Hi, I am trying to take out the line underneath link and its not working.I used in cascading style sheet text-decoration:none. Am i missing something? Thanks Zehra
abbeyvet -> RE: Can' get rid of underline (6/12/2003 9:46:48)
Can you post the entire section of the CSS where you used that?
zehra -> RE: Can' get rid of underline (6/12/2003 9:48:28)
Hi, Never mind i got it.
gorilla -> RE: Can' get rid of underline (6/12/2003 11:20:56)
But do please post how you got it so that others who haven' t got it yet willl know how you fixed it :-)
karsten
zehra -> RE: Can' get rid of underline (6/12/2003 11:55:40)
hi, It was very simple when i created the style sheet i forgot to write a:link, a:visited, a:active { color: white; background: transparent; text-decoration: none; } which i have for hoovering so i was looking in " a:hover" Hope that helps Zehra