Google Adsense code not showing up in Html
Please pardon me for this Novice question, in Trying to manage a website
by myself, without programming knowledge.
I have a html page for my home page, where I want to insert the Adsense code.
I inserted in within the <body>,inside <div id = "container"> , by
specifying a <h2>.
With in the the <h2>, I copied the following script
<script type="text/javascript"><!--
google_ad_client = "xxxxxxxx";
/* Plusfirst */
google_ad_slot = "xxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
BUT the page does not display google ads.
Something has gone wrong there , but not sure. I hope to get some advice.
No comments:
Post a Comment