Se io ho questo codice:

<table width=600 height=2 border=1 cellspacing=0 align=center>
<tr>
<td colspan=3 bgcolor=#777699">

colspan=3</p></td>
</tr>
<tr>
<td width=200 bgcolor=#336699"><h1>1° cella</h1></td>
<td width=200 bgcolor=#ffcc00"><h1>2° cella</h1></td>
<td width=200 bgcolor=#cc6600"><h1>3° cella</h1></td>
</tr>
<tr>
<td colspan=3 bgcolor=#777699">

colspan=3</p></td>
</tr>
</table>

vorrei dividere la 1 cella in tre orrizontalmente come faccio?