Hallo,
ich habe heute angefangen ein UCP zusammenzubasteln doch
Diese Boxen wollen nicht richtig.
Ich will die 1. Box 2. Box und das Senden so angeordnet haben:
x
x
x
Anstatt so:
xxx
doch ich bekomme dan nur rießige abstände...
Hier mal der Code dazu:
PHP
<form action="login.php" method="post">
<input type="text" name="Name" style="margin: 20% 15%">
<input type="password" name="Passwort" style="margin: 20% 15%">
<input type="submit" value="Senden" style="margin: 20% 15%">
</form>
Hoffe jemand kann mir da helfen.
MFG Arendium