- Lid geworden
- 19 dec 2001
- Berichten
- 9.997
Al twee dagen ben ik aan het uitzoeken wat er fout gaat, maar kom er niet achter. Het lijkt zo simpel. Ik heb een tabel met twee kolommen, in de ene kolom staat tekst. In de andere kolom wil ik drie formcontrols naast elkaar hebben(zie printscreen) maar bij de eerste gaat het al fout, de tweede formcontrol staat boven de tabel, links uitgelijnd. Bij de printscreen hoort de volgende code;
Het liefst heb ik nog dat elke control in een aparte cel, dezelfde rij staat.
Code:
<table cellspacing="1" style="width: 548; position: static;" class="style22">
<tr>
<td class="style20" style="width: 1288; height: 30px;">1. </td>
<td class="style18" style="width: 636; height: 30px;">A</td>
</tr>
<tr>
<td class="style21" style="width: 1288">a. </td>
<td style="width: 636" class="style22">
<select name="werkplek0" id="werkplek0" style="width: 87px; z-index: 1; position: static; top: 400px; left 409px;" class="style15">
<option value="">
<option value="1">1
<option value="2">2
<option value="3">3
<tr>
</select><input name="bedrijfsnaam11" type="text" id="bedrijfsnaam11" value="<% Response.Write (Bedrijfsnaam) %>" style="width: 67px; z-index: 1; position: static; top: 211px; left: 409px;" class="style15"></td>
</tr>
<tr>
<td class="style21" style="width: 1288">b. </td>
<td style="width: 636" class="style22"> </td>
</tr>
<tr>
<td class="style21" style="width: 1288">c. </td>
<td style="width: 636" class="style22"> </td>
</tr>
<tr>
<td class="style21" style="width: 1288">d. </td>
<td style="width: 636" class="style22"> </td>
</tr>
<tr>
<td class="style21" style="width: 1288">e. </td>
<td style="width: 636" class="style22"> </td>
</tr>
<tr>
<td class="style21" style="width: 1288">f. </td>
<td style="width: 636" class="style22"> </td>
</tr>
</table>
Het liefst heb ik nog dat elke control in een aparte cel, dezelfde rij staat.
