doczayus a écrit:
<div>
C'est l'option que je vois.
tableau avec deux cellules. La première contenant ton header, la deuxième contenant le div.
Merci, je vais essayer quelque chose du genre;
Code :
<table border="0">
<tr>
<table border="1">
<tr>
<th width='150'>Col 1 : </th>
<th width='150'>Col 2 : </th>
<th width='150'>Col 3 : </th>
</tr>
</tr>
<tr>
<td>
<div width='450' heigh='200'>
<tr>
<td width='150'>1</td>
<td width='150'>2 </td>
<td width='150'>3 </td>
</tr>
...
</div>
</table>
</td>
</tr>
</table>