Steffen: Formular unsichtbarer Zeilenumbruch?!

Beitrag lesen

Hi Michael,

habe dies so ausprobiert:

<html>
<head>
<style type="text/css">
.page { margin-bottom: 0; }
</style>

</head>

<body>

<center>

<table border="1" cellpadding="0" cellspacing="0" bgcolor="white" width="800" height="20" class="page">
         <tr>
                 <td height="20" valign="middle">

<form action="" method="post" name="login">
                        Nickname: <input type="text" name="nickname" class="login"><br>
                        Passwort: <input type="password" name="pwd" class="login">
                        <input type="submit" name="send" value="Login" class="button">

</form>
                        </td>
                </tr>
        </table>

</body>
</html>

und nein hat auch nicht funktioniert :)

Beispiel hier:

http://www.cyberus.de/gloop/schule/test.html

Hoffe kannst mir weiterhelfen

mfg