devo realizzare una cosa del genere:
codice:
<table width="100%" border="0">
<tr>
<th>1</th>
<th>
<table width="100%" border="0">
<tr>
<th>2</th>
<th>3</th>
<th>4</th>
</tr>
<tr>
<th>5</th>
<th>6</th>
<th>7</th>
</tr>
</table>
</th>
</tr>
</table>
senza utilizzare le tabelle...

come si fa?


grazie