Hab da mal ne Frage habe mir eben externer Linkdas heruntergeladen.
Hab es rauf getan und man siehe es ist auch da alles okay soweit.
Ich würde es nur gerne oben im header haben wollen,weiss einer was ich da ändern muss.
Hier mal die beiden Datein einmal die im Header ist
<style type="text/css"> <!-- .Stil1 {color: #c1c1c1} --> </style> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td><span class="Stil1"> Hallo <b>{NAME}</b> <br /> {NACHRICHTEN} <a class="box" href="index.php?user-3">{_lang_logout}</a> | <a class="box" href="index.php?user-8">{_lang_profil}</a> | <a class="box" href="index.php?search">Suche</a> <br> {ADMIN} | <a class="box" href="index.php?user-usergallery-{ID}">UGallery</a> | <a class="box" href="?search-aeit">myPosts</a><br/> <a class="box" href="index.php?forum-augt">Beiträge seit dem letztem Besuch</a> </span></td> </tr> </table> {EXPLODE} <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> <form method="POST"> <input type="text" name="name" size="13" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="15" style="margin-top:5px; " /><br /> <input type="password" size="13" value="{PASS}" onFocus="if (value == '{PASS}') {value = ''}" onBlur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" style="margin-top:5px; " /><br /> <input type="hidden" name="wdlink" value="{wdlink}" /> <input type="submit" name="user_login_sub" value="Login" style="margin-top:5px; " />{regist} </form> </td> </tr> </table> Und hier die Datein wie es sein sollte <style type="text/css"> <!-- .Stil1 {color: #c1c1c1} --> </style> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td><span class="Stil1"> Hallo <b>{NAME}</b> <br /> {NACHRICHTEN} <a class="box" href="index.php?user-3">{_lang_logout}</a> | <a class="box" href="index.php?user-8">{_lang_profil}</a> | <a class="box" href="index.php?search">Suche</a> <br> {ADMIN} | <a class="box" href="index.php?user-usergallery-{ID}">UGallery</a> | <a class="box" href="?search-aeit">myPosts</a><br/> <a class="box" href="index.php?forum-augt">Beiträge seit dem letztem Besuch</a> </span></td> </tr> </table> {EXPLODE} <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> <form method="POST"> <input type="text" name="name" size="13" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="15" style="margin-top:5px; " /><br /> <input type="password" size="13" value="{PASS}" onFocus="if (value == '{PASS}') {value = ''}" onBlur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" style="margin-top:5px; " /><br /> <input type="hidden" name="wdlink" value="{wdlink}" /> <input type="submit" name="user_login_sub" value="Login" style="margin-top:5px; " />{regist} </form> </td> </tr> </table>
Also heisst die untere Datei soll irgentwie in die Obere aber ich weiss nicht welche Zeilen es sind.
Vieleicht kann mir einer Helfen dabei
verwendete ilch Version: 1.1 P
betroffene Homepage: theevilwarriors.square7.ch/
---
Für Code im Post bitte die [CODE] Tags verwenden. Siehe:
Gruß Lord|S.
Zuletzt modifiziert von Lord|Schirmer am 22.12.2014 - 12:38:33
Hat keiner eine Idee dafür
Zuletzt modifiziert von Pauleta1981 am 23.12.2014 - 13:44:36