HTML href code does not work in Internet explorer
Page 1 of 1
HTML href code does not work in Internet explorer
<a href="URL and Title"> Text </a>This is the code I am using.
I am using it to create an anchor link. Where I want the link to go I use this code:
<a name = "Title"></a>
It works properly as an anchor link in everything but Internet Explorer!
What am I doing wrong?
Please help?
Re: HTML href code does not work in Internet explorer
use id instead of name :)Page 1 of 1