I have a problem with my anchor tag.
For example I have:
<a href="#">abc</a>
Then output is abc (#).Whatever i write inside href attribute comes along with a tag.
Dont know what’s wrong with the code.
Please help me out, thanks.
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.
Do you have something in your css along the lines of:
You might want to add a style block to the head of the document:
And see if that makes a difference.
Are you hand-coding the html, or is this generated by a template/cms?