Hello,
Oh, yes thanks you! it's solved my problem.
But, just one case : if i have a colspan at first line on my table, it's doesn't work.
<table width="600">
<tr>
<td coldspan="2" width="100"></td> <!-- or width="600" is equal...-->
</tr>
<tr>
<td width="100"></td>
<td width="500"></td>
</tr>
</table>
Have you a fix for it ?