1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<table border="2" align="center" width="100%">
<tr valign="top">
<!--la première colone -->
<td align="left" width="50%">
<table border="1" align="left" width="50%" style="border-style: dashed;border-width:1px;border-color: #000000;margin-top: 0px;">
<tr>
<td align="center" bgcolor="FF7471">TAB1 COL1
</td>
</tr>
</table>
<table border="1" align="left" width="50%" style="border-style: dashed;border-width:1px;border-color: #000000;margin-top: 0px;">
<tr>
<td align="center" bgcolor="FF7471">TAB1 COL2
</td>
</tr>
</table>
</td>
<!--la deuxieme colone-->
<td align="left" width="50%">
<table border="1" align="left" width="50%" style="border-style: dashed;border-width:1px;border-color: #000000;margin-top: 0px;">
<tr>
<td align="center" bgcolor="7DD5FB">TAB2 COL1
</td>
</tr>
</table>
<table border="1" align="left" width="50%" style="border-style: dashed;border-width:1px;border-color: #000000;margin-top: 0px;">
<tr>
<td align="center" bgcolor="7DD5FB">TAB2 COL2
</td>
</tr>
</table>
</td>
</tr>
</table> |
Partager