Link to home
Start Free TrialLog in
Avatar of dotsandcoms
dotsandcoms

asked on

Is HTML Anchor Tag compatible with IE6?

      The HTML anchor tag  which i have used in a page to navigate to another page  is not working in IE6, but its working perfectly in other browsers.
Is there any settings to be made in IE6?  or  IE6 does not support anchor tag at all ?
Any help is appreciated.      
Avatar of Pramod Nair
Pramod Nair
Flag of India image

Can you post the code here.. Usually anchor tag in IE6 won't cause any problem..
Avatar of Earshel
Earshel

IE will not recognize blank anchor tags. If it's blank, that's likely the problem. Try formatting it like this:

<a name="AnchorName" id="AnchorName">&nbsp;</a>

Avatar of dotsandcoms

ASKER

hi, thanks for your comment
this is anchor tag i used....

<a href="http://www.dotcompreview.com/petroUAE/E_commerce_shop.aspx?demoType=CMS&rennumber=spivpjsznn:20:36:49" target="_blank"><img src="images/eshopback.jpg" width="384" height="18" border="0" /></a>
ASKER CERTIFIED SOLUTION
Avatar of qwerty021600
qwerty021600
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial