My Image-Link shows up on FireFox, but not on Internet Explorer. Any thoughts?

by Musika
1 replies
After receiving some instructions on how to make a clickable image that takes a person directly to a site, I posted it on a few pages using my FireFox browser. But when I used another computer in the home (which has Internet Explorer), my image didn't show up on any of the pages. At first I thought that maybe one of the sites deleted my image, but I checked my site on FireFox and it was still there. Has this happened to anyone else before?
#explorer #firefox #imagelink #internet #shows #thoughts
  • Profile picture of the author TheNightOwl
    View source and check your link code, Musika.

    I'd bet that there's a tiny problem with the code, more than likely with the final " or something small like that.

    <a href="http://www.destination-of-link.com" target="_new"><img src="image.jpg" /></a>

    Or...

    If the image is in a higher-level directory (i.e. not in the same folder as the page you post the link on) you'll need to include the full URL to it.

    <a href="http://www.destination-of-link.com" target="_new"><img src="http://www.full-path-to-image/image.jpg" /></a>


    If it's showing up in FF but not IE, it doesn't sound like that's the problem, though. That tip is just for your reference.

    Check the link.

    Hope that helps.

    TheNightOwl
    Signature
    {{ DiscussionBoard.errors[303432].message }}

Trending Topics