Hey Techiguy, thanks for the response.
Below is what I inserted in the "single post" PHP where you suggested, but it only resulted in having a blank space where the ad should be.
The Adsense ad is active. I tried in in a sidebar widget and it displayed fine.
Any suggestions?
Quote:
<div style="float:right; padding-left:5px;">
<script type="text/javascript"><!--
google_ad_client = "xxxxxxxxxxxxx";
/* 200x200, created 6/22/09 xxxxxxxxxx*/
google_ad_slot = "xxxxxxxxxxxxxx";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
|