errore codice contatore
Ciao a tutti
ho provato a validare una delle pagine del mio sito web. Ho risolto quasi tutti gli errori. Me ne mancano due relativi al counter di hitstats: gli errori sono questi:
Primo errore
Line 560, Column 110: character "&" is the first character of a delimiter but occurred as data
…ttp://sstatic1.histats.com/0.gif?16311&101" alt="histats.com - statistiche web…
✉
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
Secondo errore:
Line 560, Column 80: xmlParseEntityRef: no name
…" target="_blank">
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="histats.com - statistiche web" ><script type="text/javascript" >
try {Histats.start(1,16311,4,0,0,0,"00000000");
Histats.track_hits();} catch(err){};
</script></a>
<noscript></img></noscript>
Mi date una mano?