|
Tytuł: Dodatkowy boks w lewym menu Wiadomość wysłana przez: curtis Marzec 26, 2007, 00:30:39 wszystko w tym pliku graficznym opisalem
chce miec takie menu pod mechanizmem rejstracji --> wszstko w pliku graf. POMOZCIE MI :D [użytkownik usuną załącznik] Tytuł: Odp: Dodatkowy boks w lewym menu Wiadomość wysłana przez: andreoid Marzec 26, 2007, 01:06:34 Jeżeli chcesz stworzyć nowy menu boks, podaję przykład (dla szablonu 7dana):
Otwórz plik home.html, ścieżka /templates/7dana/home.html Odszukaj Kod: <table width="180" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td> </tr> <tr> <td><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td> </tr> <tr> <td align="center" class="box_back">{user_box}</td> </tr> <tr> <td><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> i za tym kodem wklej Kod: <table width="180" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="head2" height="20"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Reklama</td> </tr> <tr> <td><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td> </tr> <tr> <td align="center" class="box_back"> <br /> tekst tekst tekst tekst<br /> tekst tekst tekst tekst<br /> tekst tekst tekst tekst<br /> tekst tekst tekst tekst<br /> tekst tekst tekst tekst<br /> <br /> </td> </tr> </table> Demo tutaj (http://4images.fotoan.com/4images/) Tytuł: Odp: Dodatkowy boks w lewym menu Wiadomość wysłana przez: curtis Marzec 26, 2007, 01:21:19 andreoid jak skoncze www i ja wypozcjonuje to masz u mnie baner jak w banku :):):) pzdro i dzieki jutro to zrobie :D
|