07-13-2008, 01:11 AM
|
#5 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
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.
|
|
|