ich habe mir meine eigene Login Box gemacht, doch sie funktioniert nicht ganz.
Sie sieht zwar aus, wie ich es wollte, doch wenn ich meinen benutzernamen und mein Passwort eingebe, werde ich nicht eingeloggt, sondern es passiert nichts.
<table style="margin-top:8" width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> <form method="POST"><div align="center" style="margin-top:4; margin-right:9"> <input class="nick" type="text" name="name" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="50" style="margin-top:5px; " /><br /></div><div align="center" style="margin-top:13; margin-right:9"> <input class="pw" type="password" value="{PASS}" onFocus="if (value == '{PASS}') {value = ''}" onBlur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" style="margin-top:5px; " /><br /></div> </form> </tr> </table> <table style="margin-top:-7; margin-left:20" width="100%"><tr> <form method="POST"><td align="right" width="39%" valign="middle"> <input type="hidden" name="wdlink" value="{wdlink}" /> <input type="submit" name="user_login_sub" value="" class="login_s" style=" margin-top:0px; margin-bottom:0px; " /></td><td align="left" width="61%"> <a href="index.php?user-regist"><img src="include/designs/design/bilder/login.gif" border="0" style="margin-top:0px;" alt="Registrieren" /></a></td> </form></tr></table>
lg Bigboy1310