sans feuille
<table width="300" border="1" cellspacing="2" cellpadding="0">
<tr>
<td width="200" bgcolor="#ff0000">zone css</td>
<td width="100" bgcolor="#ff0000"></td>
</tr>
</table>
table{ empty-cells: hide; }
<table width="300" border="1" cellspacing="2" cellpadding="0" style="empty-cells: hide; ">
<tr>
<td width="200" bgcolor="#ff0000">zone css</td>
<td width="100" bgcolor="#ff0000"></td>
</tr>
</table>
table{ empty-cells: show; }
<table width="300" border="1" cellspacing="2" cellpadding="0" style="empty-cells: show; ">
<tr>
<td width="200" bgcolor="#ff0000">zone css</td>
<td width="100" bgcolor="#ff0000"></td>
</tr>
</table>
sans feuille
| zone css |
| zone css |
| zone css |
