Google ads to Jamroom skin
Design and Skin Customization
michael:
Take a look at the GENERATED source code and I think you'll see a few things you want to fix up.
ie:
* go here
http://dev.serveion.com/wowmusic/
* (in firefox) ctrl+u to see source code
There are quite a few locations shown in red, that usually means an error.
Some of them are stuff like this:
<!--<script type="text/javascript" src="/skins/wmWowMusic/js/lib-1-9-1.js"></script><!-- lib Js -->
Which has 2 opening tags for an html comment, but only 1 closing tag. that should be fixed up.
Further down there is:
<h1 id="logo"> <a href="index.html"> <img src="http://dev.serveion.com/wowmusic/skins/wmWowMusic/img/logo.jpg"></h1>
Which has an opening 'a href' but no closing tag. That should be fixed up.
The part your probably most interested in related to the google code is down around line 1952 ish. (screenshot)
You have a script tag open, then some html inside that open script block.
If you can get the code that google says "Use this code to show adsense" in tact out to the source code, then you'll probably fix it.
Thanks for the help!
But it really was related to google, they have to approve the ads to the site first, and it seems it was not approved hehe.