Ich bin gerade dabei, ein design an ilch anzupassen, jedoch habe ich ein problem mit dem submit-button. Der geht nämlich nicht.
Hier einmal der code:
<table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> Hallo <b>{NAME}</b> <br /> <br /> {NACHRICHTEN} <a class="box" href="index.php?user-3">{_lang_logout}</a> | <a class="box" href="index.php?user-8">{_lang_profil}</a> <br> {ADMIN} </td> </tr> </table> {EXPLODE} <!-- AB HIER WIRD GEÄNDERT --> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> <form method="POST" action=""> <div id="login_bg" style="position: relative; left: 10px; top: 8px;"> <input style="position:absolute; left: 3px; top: 3px; color: #696969;" type="text" name="username" value="{NAME}" onFocus="if(this.value=='{NAME}') this.value=''; this.style.color='#000';" onblur="if(this.value=='') { this.value=this.value='{NAME}'; this.style.color='#696969'; }"> <input style="position:absolute; left: 3px; top: 26px; color: #696969;" type="password" name="password" value="{PASS}" onFocus="if(this.value=='{PASS}') this.value=''; this.style.color='#000';" onblur="if(this.value=='') { this.value=this.value='{PASS}'; this.style.color='#696969'; }"> <input type="hidden" name="wdlink" value="{wdlink}" /> <input style="position: absolute; left: 165px; top: 3px; width: 80px; height: 22px; border: none; outline: none; background: url(include/designs/divinerapier/login/loginbutton.png);" type="submit" value="" name="user_login_sub"> <ul style="font-size: 10px; position: absolute; left: 167px; top: 26px; padding: 0; margin: 0; list-style: none;"> <li>{regist}</li> <li><a href="index.php?user-remind">Passwort vergessen</a></li> </ul> </div> </form> </table>
Ich hoffe jemand von euch kann mir helfen
McKeen