1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Can someone check image not working for Internet Explorer

Discussion in 'HTML & Website Design' started by Astroman, Oct 15, 2008.

  1. #1
    I just want to see if it's just my computer or not, this address http://www.shrinkurls.com/3h shows an image of a red car in Firefox but not Internet Explorer, for me anyways....

    Is it because of my IE, or because of some code on the site? If it's the latter can anyone see what it is? :)
     
    Astroman, Oct 15, 2008 IP
  2. kidtechguru

    kidtechguru Active Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    The red car doesn't appear in IE but looks fine in FF. You should check all your javascript codes used in this site. Poor javascript might cause this problem.
     
    kidtechguru, Oct 15, 2008 IP
  3. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Well at least I know it's not just me, I can't find the reason yet though.
     
    Astroman, Oct 15, 2008 IP
  4. ASPMachine

    ASPMachine Peon

    Messages:
    723
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4

    Your problem is solved.

    Place your image width 200.

    <td valign="top"><div align="center"><img src="images/stories/challenge_voucher.jpg" border="0" hspace="15" width="" alt="Skid Pan Skid Control Course" /></div>


    Replace the bold area with 200.

    <td valign="top"><div align="center"><img src="images/stories/challenge_voucher.jpg" border="0" hspace="15" width="200" alt="Skid Pan Skid Control Course" /></div>
     
    ASPMachine, Oct 16, 2008 IP
    Astroman likes this.
  5. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #5
    Thanks, I knew it would be somthing like that. Sometimes you can't see the wood for the trees and need someone else to spot stuff. :)
     
    Astroman, Oct 16, 2008 IP