Dodanie loga w stopce

Dyskusje na temat modyfikowania i tworzenia stylów do phpBB 3.1.x oraz spraw związanych z szablonami, motywami i zestawami obrazków.
Mecenas
Posty: 63
Rejestracja: 18 listopada 2012, 21:42

Dodanie loga w stopce

Post autor: Mecenas » 09 marca 2015, 11:19

Chciałbym dodac na samym dole loga sponsorów lecz nigdzie nie moge znależć przykladowego kodu, wystarczy zwykly kod z umieszczeniem grafiki?
Czy moze nawet jakas tabelka na dole z przesywajacymy sie logotypami, mysle ze bylaby lepsza :)

Mecenas
Posty: 63
Rejestracja: 18 listopada 2012, 21:42

Re: Dodanie loga w stopce

Post autor: Mecenas » 09 marca 2015, 11:43

Czy ta tabelka jest poprawnie napisana?

Kod: Zaznacz cały

Tabelke. Wklej to do templates/styl/overall_header.tpl

 
Znajdź:
{ROTATE_BANNER_3}

<!-- POCZATEK tabelka sponsorow -->
<div id="hm_sponsorzy" style="position: relative;">
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" height="25" nowrap="nowrap" onclick="javascript:ShowHide('hm_sponsorzy','hm_sponsorzy2','hm_sponsorzy3');" style="cursor: pointer" title="{L_VHIDE}">Sponsorzy</th>
</tr>
<tr>
<td class="row1"><span class="gen">
 
<table width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<!-- Tutaj zaczyna się część dla jednego sponsora -->
<tr>
<td align="center" class="row1"><a href="cs-verte.xaa.pl" title="Sieć serwerów MultiPlayer" target="_blanl"><img src="http://hosting.pixeleye.pl/images/csverte.gif" alt="Sieć serwerów MultiPlayer" /></a></td>
<td align="center" class="row1"><a href="cs-verte.xaa.pl" title="Sieć serwerów MultiPlayer" target="_blanl"><img src="http://hosting.pixeleye.pl/images/csverte.gif" alt="Sieć serwerów MultiPlayer" /></a></td>
</tr>
<!-- a tutaj kończy -->
</table>
 
</span></td>
</tr>
</table>
</div>
<div id="hm_sponsorzy2" style="display:none; position: relative;">
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" height="25" nowrap="nowrap" onclick="javascript:ShowHide('hm_sponsorzy','hm_sponsorzy2','hm_sponsorzy3');" style="cursor: pointer">Sponsorzy</th>
</tr>
</table>
</div>
<script language="javascript" type="text/javascript">
<!--
if(GetCookie('hm_sponsorzy3') == '2') ShowHide('hm_sponsorzy', 'hm_sponsorzy2', 'hm_sponsorzy3');
//-->
</script>
<!-- KONIEC tabelka sponsorow -->

ODPOWIEDZ

Wróć do „Pomoc”