Hi All, I am trying to display google ads on xhtml file, but chorme browser down't show them up. The ads show on all other browsers I tried (Ie,firefox,opera) but chrome. Has anyone encountered this before? Small sample code:
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<script language="javascript">
google_ad_client = "pub-4942221729702985";
google_ad_slot = "0095628928";
google_ad_width = 728;
google_ad_height = 90;
</script>
<script language="javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</body>
</html>
Thanks Smitha