Sostituisci:
Codice HTML:
<!-- Begin Sparklit HTML Code -->
<form name="Choices1089610" action="http://vote.sparklit.com/poll.spark?pollID=1089610" method="post">
<input type="hidden" name="ID" value="1089610" />
<table id="DisplayVote1089610" width="123"><tr><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Che cellulare usi?<br /><br />
<table border="0" width="100%" style="margin-bottom: 12px">
<tr><td width="20" valign="top"><input name="ballot" type="radio" value="0" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Nokia</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="1" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Sony Ericsson</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="2" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Motorola</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="3" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Samsung</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="4" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">LG</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="5" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Altro...</font></td></tr>
</table>
<input type="submit" value="Vota!" name="submit" /><br />
<a href="http://vote.sparklit.com/poll.spark/1089610" style="font-family: ARIAL,HELVETICA; color: #000000; text-decoration: underline">Visualizza Risultati</a>
<br /><a href="http://www.sparklit.com/pc/?ID=1089610"></a>
</font>
</td></tr></table>
</form>
<!-- End Sparklit HTML Code -->
Con:
Codice HTML:
<!-- Begin Sparklit HTML Code -->
<form name="Choices1089610" action="http://vote.sparklit.com/poll.spark?pollID=1089610" method="post">
<input type="hidden" name="ID" value="1089610" />
<table id="DisplayVote1089610" width="123"><tr><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Che cellulare usi?</font>
<br /><br />
<table border="0" width="100%" style="margin-bottom: 12px">
<tr><td width="20" valign="top"><input name="ballot" type="radio" value="0" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Nokia</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="1" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Sony Ericsson</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="2" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Motorola</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="3" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Samsung</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="4" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">LG</font></td></tr> <tr><td width="20" valign="top"><input name="ballot" type="radio" value="5" /></td><td><font size="-1" color="#000000" style="font-family: ARIAL,HELVETICA">Altro...</font></td></tr>
</table>
<input type="submit" value="Vota!" name="submit" /><br />
<a href="http://vote.sparklit.com/poll.spark/1089610" style="font-family: ARIAL,HELVETICA; color: #000000; text-decoration: underline">Visualizza Risultati</a>
<br /><a href="http://www.sparklit.com/pc/?ID=1089610"></a>
</td></tr></table>
</form>
<!-- End Sparklit HTML Code -->
Il problema era che avevi chiuso il tag <font> un po' troppo avanti e quindi la tabella veniva inserita in questo tag e validandola era un errore in quanto un tag <font> non può contenere una tabella.