View Single Post
Old 07-13-2008, 01:11 AM   #5 (permalink)
drewbee
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

Ah, you are commenting out your google ad id with this line:
Code:
<!--  google_ad_client = "pub-9855112947620642";
Make sure there is a new line (return) after the <!-- part

Do you see the difference where the one copied straight from google, the <!-- is on a different line:

Code:
<script type="text/javascript"><!--
google_ad_client = "pub-9855112947620642";
I am guessing since google has no ID for you, they wont display anything.
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote