Presently I do not have a Vodahost account but I have been working with BV while I finish planning my site. I am having a problem getting Google Adsense Javascript to work. I have viewed the tutitorial. I used the script box in BV and added the adsense script, clicked on the javascript button and then viewed the page in my browser. No ads. After viewing the page html I noticed that BV adds:
<SCRIPT language="JavaScript">
<!--
-->
</SCRIPT>
then the adsense script is added between the above. I cut and pasted the adsense script and got this:
<SCRIPT language="JavaScript">
<!--
google_ad_client = "pub-xxxx";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
google_ad_channel = "";
//
-->
</SCRIPT>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Now that should have worked (I have this code working on another site). But it does not work. Any ideas??
<SCRIPT language="JavaScript">
<!--
-->
</SCRIPT>
then the adsense script is added between the above. I cut and pasted the adsense script and got this:
<SCRIPT language="JavaScript">
<!--
google_ad_client = "pub-xxxx";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
google_ad_channel = "";
//
-->
</SCRIPT>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Now that should have worked (I have this code working on another site). But it does not work. Any ideas??
Comment