Bear with my rudimentary question.
http://jsbin.com/css-play-notfound/6
There is this blue underline thats annoyingly creeping up between my image and Text in the heading.
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.
Two things you can do:
Change this code:
to this:
Also add this to your CSS stylesheet:
Note that the above CSS will get rid of the underline on ALL links. So if you want your normal
text links to have the underline and just want this particular link to NOT have the underline,
then create a class like so:
and then change your HTML code to this: