Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

HELP!!! adsense not showing

Status
Not open for further replies.
Joined
Sep 7, 2005
Posts
167
Reaction score
3
Hi all,

I have finally created my own page - yey!

CardiffLettingAgent.co.uk - however my adsense is not appearing... I presume it is a coding error but I can't see it... Help required! A view source should do the job...

Cheers all you fab coders!

Geo
 
This line looks wrong to me:

<SCRIPT src="index_files/show_ads.js" type=text/javascript>
</SCRIPT>

unless you have the show_ads.js file on your server????

My line looks like this:

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Grant
 
I changed that but it seems it has not worked - I made the amendment and uploaded the new files... the code on the current page is the new code but still not working : (
 
you've chopped too much out. Replace this line on your page as it is now:

<src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

with this:

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Grant
 
Buddy cheers for the help...but still doesn't seem to be right!

I can't think what it is?

Cheers matey
 
OK, it seems to be working now, there is still a problem in the second block tho:

after this:

<script type="text/javascript"

you need a closing > before <!--

Grant
 
No problem, I don't know where you got that code from but Im guessing it wasn't copied and pasted directly from the adsense site, looks like its been saved as a webpage on your PC, then copied from the html file??

Grant
 
Status
Not open for further replies.
Top Bottom