I have a link <a href="..." class="fancylink">text</a>
I used the code
.fancy
{
text-decoration:none;
}
but it still underlined, if I set it to “underlined” it double underline it.
So I can’t take control of a link style using a Class?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like you are having border bottom there, try this:
Now apply that class to your link:
Edit:
Since you have updated your question. You have defined style
fancybut you are applying classfancylinkto link which is wrong, use the same class name in the link too, that isfancy.