Hallo ich habe ein Problem:
ich möchte zusätzlich zu dem Login Button einen Registrier Button einbauen der dann auf eine bestimmt Seite verweist. Das klappt aber nicht.
Vielleicht könnt ihr mir helfen.
<div id="main">
<div id="links" style="float:left; border:1px; padding-top:20px; width:120px;">
<div style="text-align:center;">
<form action="index.php" method="post">
<input type="text" name="user" style="width:110px;" />
<input type="password" name="pw" style="width:110px;" />
</div>
<input type="submit" value="Login" style="margin-left:4px;" />
</form>
Gruß Tommes