Hi,

Gadgets that contains adsense code does not load on chrome browser.
This problem is constant and very easy to reproduce.
I do not know the source of the problem but the solution is very easy:
You should remove the comment code from the script.
I.e.
Change:
<script type="text/javascript"><!--
    google_ad_client = "pub-xxxxxxxxxxxxxxxx";
    google_ad_slot = "xxxxxxxxxxxx";
    google_ad_width = 728;
    google_ad_height = 15;
    //-->
  </script>
  <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js";>
  </script>

To:
<script type="text/javascript">
    google_ad_client = "pub-xxxxxxxxxxxxxxxx";
    google_ad_slot = "xxxxxxxxxxxx";
    google_ad_width = 728;
    google_ad_height = 15;
  </script>
  <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js";>
  </script>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to