Yesterday the Adsense 728X90 leaderboards at the top of my blogs at Blogspot disappeared, and in their place there is just a blank space that is actually larger than the 90 height that the leader boards were. All of the other Adsense ads are working fine on the pages. I have not made any changes to any of my blogs in weeks. Any suggestions? Anyone else having this problem?
If you use more than 3 adsense then after using 3 adsense you will not able to see one or more that exceeds 3.
I do not have more than 3 adsense content ads, there are only two others on each page. As I mentioned, I have not made any changes to my pages in weeks, this problem only started yesterday. (also, if you have more than three ads, it would not be the leaderboard at the top of the page that does not show)
No need to see my sites. I already stated that I have not made ANY changes to my sites. The ads were working fine for ever until yesterday morning. I also checked my blogs on multiple computers, so it's not something to do with my laptop displaying the ads.
I have the same problem Leaderboard blank in my blogspot site.. Just sent an email to google about it.
Here is the solution: After some further investigation, I've found a solution (if not necessarily *the* solution). Instead of this... <script language='JavaScript' type='text/javascript'> <!-- (javascript code) //--> </script> ...code this... <script language='JavaScript' type='text/javascript'> //<![CDATA[ (javascript code) //]]> </script> Note that I'm using an XHTML 1.0 Transitional doctype in my template. I didn't test with HTML 4.0, and I don't know whether or not the CDATA will parse using that doctype.