C'è un'iframe non chiuso che blocca la rimanente parte del sito:
Codice HTML:
<div class="textwidget"><iframe style="border:1px solid gray" allowtransparency="true" scrolling="no" marginheight="0" marginwidth="0" src="http://tmpl.txodds.com/widgets/previews/pw_260_365.html" frameBorder="0" width="260" height="365" >
Add to Google add to google
</div>
Assicurati sia un iframe "lecito" e, se risulta valido, prova a correggerlo in:
Codice HTML:
<div class="textwidget">
<iframe style="border:1px solid gray" allowtransparency="true" scrolling="no" marginheight="0" marginwidth="0" src="http://tmpl.txodds.com/widgets/previews/pw_260_365.html" frameBorder="0" width="260" height="365">
Add to Google add to google
</iframe>
</div>