gebruiker35
Gebruiker
- Lid geworden
- 29 mrt 2008
- Berichten
- 434
even een kort vraagje. ik heb de volgende code (in een veeeeel groter php bestand or, maar hier ergens zit de fout)
nu word de tabel verkeerd weergegeven....:evil:
zie www.hwh2c.6x.to voor het verkeerde resultaat.
er komt een enter tussen de eerste rij met invoer en de 2e
HTML:
<table border="0" bgcolor="#FFCC00" align="center" cellspacing="9" cellpadding="0">
<tr bgcolor="#FFFFCC">
<td align="center">
<table class="primary">
<tr align="center">
<td>Huiswerk wijzigen:</td>
</tr>
<tr align="center">
<td valign="top" class="noborder">
<form name="loginform" method="POST" action="./huiswerkh2cbewerkenh2chuiswerk.php">
Vak: <select name="vak1"><option value="">kies</option><option value="AK">AK</option><option value="BIO">BIO</option><option value="DU">DU</option><option value="EN">EN</option><option value="FA">FA</option><option value="GD">GD</option><option value="GS">GS</option><option value="HA">HA</option><option value="LO">LO</option><option value="MU">MU</option><option value="NE">NE</option><option value="NASK">NASK</option><option value="PROJE">PROJE</option><option value="WI">WI</option></select>Maken: <input type="text" width="30" name="maken1" value=""> Leren: <input type="text" width="30" name="leren1" value=""> Lezen: <input type="text" width="30" name="lezen1" value=""></td>
</tr>
<tr align="center">
<td valign="top" class="noborder">
<form name="loginform" method="POST" action="./huiswerkh2cbewerkenh2chuiswerk.php">
Vak: <select name="vak2"><option value="">kies</option><option value="AK">AK</option><option value="BIO">BIO</option><option value="DU">DU</option><option value="EN">EN</option><option value="FA">FA</option><option value="GD">GD</option><option value="GS">GS</option><option value="HA">HA</option><option value="LO">LO</option><option value="MU">MU</option><option value="NE">NE</option><option value="NASK">NASK</option><option value="PROJE">PROJE</option><option value="WI">WI</option></select>Maken: <input type="text" width="30" name="maken2" value=""> Leren: <input type="text" width="30" name="leren2" value=""> Lezen: <input type="text" width="30" name="lezen2" value=""></td>
</tr>
<tr align="center">
<td valign="top" class="noborder">
<form name="loginform" method="POST" action="./huiswerkh2cbewerkenh2chuiswerk.php">
Vak: <select name="vak3"><option value="">kies</option><option value="AK">AK</option><option value="BIO">BIO</option><option value="DU">DU</option><option value="EN">EN</option><option value="FA">FA</option><option value="GD">GD</option><option value="GS">GS</option><option value="HA">HA</option><option value="LO">LO</option><option value="MU">MU</option><option value="NE">NE</option><option value="NASK">NASK</option><option value="PROJE">PROJE</option><option value="WI">WI</option></select>Maken: <input type="text" width="30" name="maken3" value=""> Leren: <input type="text" width="30" name="leren3" value=""> Lezen: <input type="text" width="30" name="lezen3" value=""></td>
</tr>
<tr align="center">
<td valign="top" class="noborder">
<form name="loginform" method="POST" action="./huiswerkh2cbewerkenh2chuiswerk.php">
Vak: <select name="vak4"><option value="">kies</option><option value="AK">AK</option><option value="BIO">BIO</option><option value="DU">DU</option><option value="EN">EN</option><option value="FA">FA</option><option value="GD">GD</option><option value="GS">GS</option><option value="HA">HA</option><option value="LO">LO</option><option value="MU">MU</option><option value="NE">NE</option><option value="NASK">NASK</option><option value="PROJE">PROJE</option><option value="WI">WI</option></select>Maken: <input type="text" width="30" name="maken4" value=""> Leren: <input type="text" width="30" name="leren4" value=""> Lezen: <input type="text" width="30" name="lezen4" value=""></td>
</tr>
</tr><tr align="center">
<td valign="top" class="noborder"> <p><br></p>PASS:
<input type="password" input="text" name="field2" size="20" value="name" maxlength="99999999"></textarea>
</td>
</tr>
<tr align="center">
<td valign="top" class="noborder"> Send e-mail?
<input type="checkbox" name="mail">
</td>
</tr>
<tr>
<td colspan="2" align="center" class="noborder">
<p><input type="submit" value="OK" name="OK" class="button" onMouseOver="this.style.cursor='hand'"></p>
</td>
</tr><tr><td bgcolor="#FF0000"></td></tr>
<tr><td align="center" class="noborder">
Preview:<hr><Iframe align="center" src="huiswerk.html" frameborder="0" width="200" height="160"></iframe>
</td>
</tr>
nu word de tabel verkeerd weergegeven....:evil:
zie www.hwh2c.6x.to voor het verkeerde resultaat.
er komt een enter tussen de eerste rij met invoer en de 2e