I use Firefox as default and create pages using this browser. I have some image links on my new site which work well with Firefox. But using IE, the image links do not work. I can see the link URL, the mouse pointer indicates that the image is actually a link, but nothing happens when I click on it. I right-click on the image and look at its properties, and IE shows nothing about this image or the link Please try for yourself. This is my site: http://bestpillsdiet.com Most of my visitors use IE and those image links cause them to leave the site This is important for me, any help is greatly appreciated.
<input width="200" vspace="5" type="image" hspace="5" height="269" align="right" alt="Best Diet Pills" src="../../../../../UserFiles/Image/weight_loss_diet.jpg" longdesc="Best Diet Pills" /></a> Heres one of your image codes but wheres the anchor in that? You close an anchor but there isn't one. It's an input. That would be your problem. It's also not showing the images as they are linked badly.
<a href="../../../../../you_on_a_diet/the_challenge/"><br /> <input width="200" vspace="5" type="image" hspace="5" height="269" align="right" alt="Best Diet Pills" src="../../../../../UserFiles/Image/weight_loss_diet.jpg" longdesc="Best Diet Pills" /></a> There is the anchor, it was on the line above. But there's a <br> tag between them, is that the problem? I'm using a WYSIWYG editor when creating my pages and it's getting things terribly messed up..
Ok solved.. The problem is the image being in an <input..> tag. Just turn it into an <img> tag like this: <img align="right" alt="Best Diet Pills" src="...> And the problem is solved for both FF and IE