Hallo luitjes,
Misschien een beetje een beginnersvraag, maar ik zit echt vast hierop.
Ik heb wil een TABLE met 3 kolommen breed.
Kolom 1: 10 rijen diep
Kolom 2: 10 rijen diep
Kolom 3: 2 rijen diep (hoogte van 5 rijen elk, van kolom 2)
Hoe moet ik dit verwerken in mijn TABLE? Tot nu toe heb ik alleen kolom 1 en 2:
![Bron: http://www.tapijtenlaminaatdirect.nl/temp2.jpg [img width=565 height=374 cacheid=0011d663002f65b457d4bf231a02c6598a]http://www.tapijtenlaminaatdirect.nl/temp2.jpg[/img]](/images/cache/0011d663002f65b457d4bf231a02c6598a)
Misschien een beetje een beginnersvraag, maar ik zit echt vast hierop.
Ik heb wil een TABLE met 3 kolommen breed.
Kolom 1: 10 rijen diep
Kolom 2: 10 rijen diep
Kolom 3: 2 rijen diep (hoogte van 5 rijen elk, van kolom 2)
Hoe moet ik dit verwerken in mijn TABLE? Tot nu toe heb ik alleen kolom 1 en 2:
<TABLE style="font-size: 10px;">
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;" colspan=1>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
</TABLE>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;">
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
<tr style="margin: 1px;" colspan=1>
<td style="width: 90px; height: 34px; background-color: #ccc;">merkjeee</td>
</tr>
</TABLE>
laatste aanpassing












