Image links do not work in IE

babakie

New Member
I have been working on Dreamweaver creating my first website. I am Experiencing a problem my 2 of my links do not work in IE but work in Firefox and opera what might be the reason for this?
any help please:confused:
 

octapulse

New Member
swith to code view and look at the code for the links.

If it is correct, it should look like this:

<a href="http://www.website.com">your link text</a>
 

serg

New Member
I had similar problem but with firefox. There was back slash in the path. Look at code and correct it
 
Top