by drake » 21 May 2012, 04:42
Try to solve first other mistake. You've added at Suffusion Options -> Other Graphical Elements -> Footer -> Text in central part of footer, something like:
..... <html> ...</html>....
On a web page can exist a single <html> tag, at the start of page... and the page is finished by </html>. Don't use <html>, <head> or <body> in your page anywhere, these tags are already used for generating your pages. In your case replace that tag with <span> or with a div with needed width, like .....<div style="width:300px;"> </div>.....
After that, your html markup will be correct, if the ads can't be seen, probably it's something that depend of Google, not of your site.