adsense stylesheets broken in IE ?

Discussion in 'Placement / Reviews / Examples' started by gadgetsguy, Apr 15, 2006.

  1. #1
    I recently started placing 2 - 250x250 ad units side by side in my site in a table.

    The ads display perfectly fine in Firefox, but in IE it appears the stylesheet malfuctions .. and the result is uglier than sin! :(

    Any ideas? Has anybody else encountered this, and does anybody know how to correct it?

    I would like both ad units to be white BG and #000099 Link text

    Here is how it looks now in IE6 :

    [​IMG]
     
    gadgetsguy, Apr 15, 2006 IP
  2. Jenstar

    Jenstar Active Member

    Messages:
    524
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    68
    #2
    You are probably missing the

    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    after the first ad unit. You need to have it in there for both to display properly, and to be within the AdSense terms.
     
    Jenstar, Apr 15, 2006 IP
  3. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey Jen!

    I checked my code, and that above-mentioned piece is present after both link units. :(

    I am still at a loss as to why these fugly ads are appearing, but only in IE

    Anybody else Have this issue?

    GG
     
    gadgetsguy, Apr 15, 2006 IP
  4. gbh

    gbh Member

    Messages:
    78
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    48
    #4
    ask Google
     
    gbh, Apr 15, 2006 IP
  5. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yeah I just was hoping to get a faster than 2 weeks or better reply here

    oh well ....

    GG
     
    gadgetsguy, Apr 15, 2006 IP
  6. gbh

    gbh Member

    Messages:
    78
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    48
    #6
    actaully, they normally take less than 24 hours
     
    gbh, Apr 16, 2006 IP
  7. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you're lucky

    I've never got a reply in less than 7-8 days
     
    gadgetsguy, Apr 18, 2006 IP
  8. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    OK .... I have still not heard anything from Google

    Does anybody have any ideas ??

    GG
     
    gadgetsguy, Apr 28, 2006 IP
  9. NewToAllThis

    NewToAllThis Peon

    Messages:
    741
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Can you post the code you're using for the 2 ad units? The stylesheet should be ignored by IE6 if you have the colors selected in the ad code.
     
    NewToAllThis, Apr 28, 2006 IP
  10. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #10
    are you using template engine ??

    if so make sure to put ad code {literal} .....
     
    iatbm, Apr 28, 2006 IP
  11. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    <table width="500" border="0" cellspacing="5" cellpadding="0">  
        <tr>  
          <td><script type="text/javascript"><!--  
    google_ad_client = "pub-8443958180884862";  
    google_alternate_ad_url = "http://www.hotbluetoothnews.com/chitika_250.php";  
    google_ad_width = 250;  
    google_ad_height = 250;  
    google_ad_format = "250x250_as";  
    google_ad_type = "text";  
    google_ad_channel ="6164617790";  
    google_color_border = "FFFFFF";  
    google_color_bg = "FFFFFF";  
    google_color_link = "000099";  
    google_color_url = "CCCCCC";  
    google_color_text = "000000";  
    //--></script><script type="text/javascript"  
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">  
    </script></td>  
    <td><script type="text/javascript"><!--  
    google_ad_client = "pub-8443958180884862";  
    google_alternate_ad_url = "http://www.hotbluetoothnews.com/chitika_250.php";  
    google_ad_width = 250;  
    google_ad_height = 250;  
    google_ad_format = "250x250_as";  
    google_ad_type = "text";  
    google_ad_channel ="6164617790";  
    google_color_border = "FFFFFF";  
    google_color_bg = "FFFFFF";  
    google_color_link = "000099";  
    google_color_url = "CCCCCC";  
    google_color_text = "000000";  
    //--></script>  
    <script type="text/javascript"  
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">  
    </script></td>  
        </tr>  
      </table>
    Code (markup):
     
    gadgetsguy, Apr 28, 2006 IP
  12. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    What is template engine?
     
    gadgetsguy, Apr 28, 2006 IP
  13. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #13
    can you post url so we can see ... i had similiar problem in phplinkdirectory which uses smarty
     
    iatbm, Apr 28, 2006 IP
  14. NewToAllThis

    NewToAllThis Peon

    Messages:
    741
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Sorry, I was unable to recreate your problem on my site utilizing your code. Both ads showed up perfectly for me.
     
    NewToAllThis, Apr 30, 2006 IP
  15. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Sure!
    I appreciate the help ...

    www.hotbluetoothnews.com

    and it only happens in IE (not W3C compliant I know ... but unfortunately most of the web still uses the POS! lol) :rolleyes:

    If it helps, the ads are beig served thru PHPAdsNew as Remote Javascript Invocation
     
    gadgetsguy, Apr 30, 2006 IP