To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - style i grafika - [Inne] Lewy panel reklamy zamiast prawego

joli - 22-12-2007, 18:34
Temat postu: [Inne] Lewy panel reklamy zamiast prawego
Modyfikacja oparta na stylu subSilver
Przenosi prawy panel reklamy na lewą strone forum.

W overall_footer.tpl znajdz:
Kod:
<!-- BEGIN advert -->
    </td>
        <td><img src="images/spacer.gif" border="0" height="1" width="2" alt=""></td>
        <td valign="top" width="{advert.ADVERT_WIDTH}" nowrap="nowrap" height="100%" class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="2" border="0" style="height: 100%;">
                <tr>
                    <td valign="top" width="100%" height="100%">{advert.ADVERT}</td>
                </tr>
            </table>
        </td>
        <!-- BEGIN advert_forum_thin -->
        <td width="100%"><img src="images/spacer.gif" border="0" height="1" width="100%" alt=""></td>
        <!-- END advert_forum_thin -->
    </tr>
</table>
<!-- END advert -->

i zamien na:


Kod:
    </td>
    </tr>
</table>


w overall_header.tpl znajdz:
Kod:
<!-- BEGIN advert -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
    <tr>
        <td valign="top">
<!-- END advert -->


i zamien na:
Kod:
<!-- BEGIN advert -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
    <tr>
    <td><img src="images/spacer.gif" border="0" height="1" width="2" alt=""></td>
        <td valign="top" width="{advert.ADVERT_WIDTH}" nowrap="nowrap" height="100%" class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="2" border="0" style="height: 100%;">
                <tr>
                    <td valign="top" width="100%" height="100%">{advert.ADVERT}</td>
                </tr>
            </table>
        </td>
        <!-- BEGIN advert_forum_thin -->
        <td width="100%"><img src="images/spacer.gif" border="0" height="1" width="100%" alt=""></td>
        <!-- END advert_forum_thin -->
    <td valign="top">
<!-- END advert -->

Kamil_Silver - 26-10-2009, 10:08

joli, mi przenosi ale nie dziala tak samo jak ta reklama po prawej...

tekst jest calkowicie po lewej ;/

joli - 26-10-2009, 10:09

Przeciez chciales po lewej?
Kamil_Silver - 26-10-2009, 10:15

joli, no chcialem ale jak jest po prawej to jest tak bardziej na srodku

a po lewej to calkowicie z boku... po lewej

joli - 26-10-2009, 11:38

Bardziej na srodku? Co i na srodku czego?
zrob screeny i wytlumacz ;)



Powered by phpBB modified by Przemo © 2003 phpBB Group