thundergallery
04-13-2009, 08:39 AM
i'm trying to place adsense ads on my site. i'm using kompozer to ftp my page to bluehost. for some reason, kompozer seems to modify the adsense javascript code during the ftp transfer and so the ads do not show up on my site. can anyone help---thanks
here is how the site builder publishes the code:
<script type="text/javascript"><!--
google_ad_client = "pub-";
/* 728x90, created 4/10/09 */
google_ad_slot = "1987350263";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="show_ads.js">
</script>
here is the actual google code:
<script type="text/javascript"><!--
google_ad_client = "pub-";
/* 728x90, created 4/10/09 */
google_ad_slot = "1987350263";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> (this outside google link gets removed)
</script>
here is how the site builder publishes the code:
<script type="text/javascript"><!--
google_ad_client = "pub-";
/* 728x90, created 4/10/09 */
google_ad_slot = "1987350263";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="show_ads.js">
</script>
here is the actual google code:
<script type="text/javascript"><!--
google_ad_client = "pub-";
/* 728x90, created 4/10/09 */
google_ad_slot = "1987350263";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> (this outside google link gets removed)
</script>