Adsense appears horizontal in IE but vertical in FF

Discussion in 'HTML & Website Design' started by amped66, Nov 26, 2008.

  1. #1
    There should be a vertical adsense ad at the right hand side of the page. It looks fine in firefox but is appearing horizontal in IE?? but only on the index page? the other pages are fine. They have the same adsense code on them. Im guessing it might be something to do with the iframe on the index page?

    www.topdoglaptops.com
     
    amped66, Nov 26, 2008 IP
  2. i.run.shit

    i.run.shit Peon

    Messages:
    61
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That is a bit odd, it's probably a google problem, you should take it up with them. Also, try putting your ads in a div instead of a p. Around that area you have an error, which COULD be a problem, but I am not sure..

    <h2>&nbsp;</h2>
      </div>
    
      <div id="colThree"<script type="text/javascript"><!--
    google_ad_client = "pub-3876299852958697";
    /* 120x600, TopDog Right */
    google_ad_slot = "8963523900";
    google_ad_width = 120;
    google_ad_height = 600;
    //-->
    </script>
    
    Code (markup):
    That closed div after your h2 tags shouldn't be there. and you didn't close your div id="colThree" tag. Try it.
     
    i.run.shit, Nov 26, 2008 IP