Moin moin!
ich habe in einer tabelle ein login- und passwortfeld.
die tabelle ist aber zu hoch und er will sie auch mit max(-)height nicht kleiner machen.
hier mal das script....
<table border = '1'; bordercolor = '#000000'; cellspacing = '0'; height = '20';>
<tr>
<td>
<form action="login.php" method="post" align = center;>
<font style='font-family: impact, sans-serif; font-size: 10pt; color: #556B2F;'>
username:
<input type='text' style='width: 110px; height: 20px; background-color: #a7a7a7;' maxlength='50'
name='username'>
<font style='font-family: impact, sans-serif; font-size: 10pt; color: #556B2F;'>
password:
<input type='password' style='width: 110px; height: 20px; background-color: #a7a7a7; ' maxlength='50'
name='password'>
<input type="submit" style="width: 55px; height: 20px; font: bold 10pt ;color: #556B2F; background-color: black; border: 1px dotted #556B2F;" value="Login">
</form>
</td>
</tr>
</table>
</body>
ich wette ihr könntmir helfen.
sie soll 25px hoch sein.
schonmal danke.
mfg
medius