problème de tableau ( colspan )
Bonjour à tous,
Je vous montre le gabarit que je dois réaliser et ce que j'ai essayais de faire mais il y a une grosse différence
Pouvez vous m'aider a corriger mon code svp ?
Pièce jointe 14181
Code:
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
| <table width="800" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="100" heigh="50">
</td>
<td width="700" heigh="50"> Accroche
</td>
</tr>
<tr>
<td colspan="4" width="500" height="600">
</td>
<td width="200" height="250">
</td>
</tr>
<tr>
<td width="200" heigh="50"> texte modifiable
</td>
</tr>
<tr>
<td width="200" heigh="250">
</td>
</tr>
<tr>
<td width="200" heigh="50"> texte modifiable
</td>
</tr>
<tr>
<td width="800" heigh="125"> texte modifiable
</td>
</tr>
<tr>
<td width="267" heigh="125">
<td>
<td width="266" heigh="125">
<td>
<td width="267" heigh="125">
<td>
</tr>
<tr>
<td width="800" heigh="125"> texte modifiable
</td>
</tr>
</table> |
Merci par avance