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:

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>
last change







