Wahrscheinlich steh ich mal wieder bloß auf der Leitung, aber ich komm einfach nicht drauf.

Hab ein Problem mit einem Formular.
Zitat:
...
</a> |
<a href="impressum.php?id=<? echo $id; ?>&ref=<? echo $ref; ?>&<? echo $sn."=".$sid; ?>">Impressum
</a>
<form name="form1" method="post" action="login.php?id=<? echo $id; ?>&ref=<? echo $ref; ?>&<? echo $sn."=".$sid; ?>">User-ID: <input class="button2" type="text" name="uname" size="8" value="<? echo $id; ?>"> Passwort: <input class="button2" type="password" name="upass" size="8"><input class="button2" type="submit" name="Abschicken" value="Login" color="#003d71">
...
|
Mein Problem ist, dass das Formular auf der nächsten Zeile geschrieben wird, aber genau das möchte ich vermeiden. Kann mir jemand Licht in mein Dunkel bringen?
