il colspan 0 ha funzionato in parte.., mi ha preso 2 delle tre colonne interessate



CODICE:
codice:
<table>
<tr>
<td colspan="2">testo</td>
<td colspan="?">testo</td> 
<td colspan="2">testo</td>
</tr>

<tr>
<td>testo</td>
<td>testo</td>
<td>testo</td> 
<td>testo</td> 
<td>testo</td> 
... 
<td>testo</td>
<td>testo</td>
</tr>
</table>