Ciao a tutti,
sto validando il mio sito..ho fixato più di 40 errori..me ne sono rimasti solo 5 ma non so proprio come risolverli:
ecco il codice dove ci sono questi errori:

</div>

<?php get_sidebar(); ?>

</div>

<div id="footer">

<?php op_footer(); // Footer hook ?>

<?php wp_footer(); // WP footer hook ?>

</div>

</div>
</div>
<div style="text-align:center">
<a href="histats.com/it/" title="statistiche gratuite" >
<script type="text/javascript">
var s_sid = 467938;var st_dominio = 4;
var cimg = 604;var cwi =110;var che =55;
</script>
<script type="text/javascript" src="s11.histats.com/js9.js"></script>
</div>
</body>
</html>




1)Line 569, Column 6: end tag for "a" omitted, but OMITTAG NO was specified.

</div>

2)Line 569, Column 7: XML Parsing Error: Opening and ending tag mismatch: a line 563 and div.

</div>

3)XML Parsing Error: Opening and ending tag mismatch: div line 562 and body.

</body>

4)XML Parsing Error: Opening and ending tag mismatch: body line 95 and html.

</html>

5) ML Parsing Error: Premature end of data in tag html line 2.

</html>





secondo voi cosa c'è da fare?
buona serata,
Matteo.