Przesunięty przez: lui754 22-01-2012, 11:04 |
Tabelka w index_body.tpl |
Autor |
Wiadomość |
adrian507120
zbanowany

Pomógł: 29 razy Posty: 746
|
Wysłany: 18-01-2009, 15:12 Tabelka w index_body.tpl
|
|
|
Witam jak u mnie na forum po czy ma dodać kod tabelki aby tabelka wyświetlała się po menu obrazkowym w pliku index_body.tpl |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 18-01-2009, 15:38
|
|
|
Spróbuj za kodem: Kod: | <img src="templates/Abreo_LoteQ/images/menu/stronynaszychznajomych.png" border="0"><br>Nasi Znajomi</td></tr></table>
|
|
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
adrian507120
zbanowany

Pomógł: 29 razy Posty: 746
|
Wysłany: 18-01-2009, 16:06
|
|
|
Lesiu iniby działa ale powiększyło mi te napisy pod sb |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 18-01-2009, 16:09
|
|
|
Masz konto testowe, żebyśmy mogli to zobaczyć. |
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
adrian507120
zbanowany

Pomógł: 29 razy Posty: 746
|
Wysłany: 18-01-2009, 16:10
|
|
|
Konto testowe :
test
test
[ Dodano: 18-01-2009, 16:13 ]
Kod: | <!-- Kod Sponsorów -->
<div id="hmZ" style="POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
</tr></table>
uuii
</tr>
</table>
</div>
<div id="hmZ2" style="DISPLAY: none; POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
</tr>
</table>
</div>
<br>
<script language="javascript" type="text/javascript">
<!--
if(GetCookie('hmZ3') == '2') ShowHide('hmZ', 'hmZ2', 'hmZ3');
//-->
</script> |
Taki kod wklejam |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 18-01-2009, 16:18
|
|
|
Znajdź: Kod: | <div id="hmZ" style="POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
</tr></table>
uuii
</tr>
</table>
</div>
| i zamień na: Kod: | <div id="hmZ" style="POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th></tr>
<tr><td>uuii</td></tr></table>
</div>
|
i co to jest to na końcu Kod: | name="r">{SHOUTBOX_DISPLAY}</a> <br /> |
|
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
adrian507120
zbanowany

Pomógł: 29 razy Posty: 746
|
Wysłany: 18-01-2009, 16:28
|
|
|
xlesiu, potym to miałem dwa sb jest jakiś inny kod na tabelkę |
|
|
|
 |
xlesiu


Pomógł: 5274 razy Posty: 10382
|
Wysłany: 18-01-2009, 16:35
|
|
|
Zobacz taki kod Kod: | <!-- Kod Sponsorów -->
<div id="hmZ" style="POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
</tr></table>
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td class="row2" align="middle" width="50%"><span class="gensmall">sponsor1</span></td>
</tr>
</table>
</div>
<div id="hmZ2" style="DISPLAY: none; POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
</tr>
</table>
</div>
<br>
<script language="javascript" type="text/javascript">
<!--
if(GetCookie('hmZ3') == '2') ShowHide('hmZ', 'hmZ2', 'hmZ3');
//-->
</script> |
|
_________________ Jak tłumaczysz mi coś z php to mów do mnie jak do labradora. / krwiodawcy.org |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
adrian507120
zbanowany

Pomógł: 29 razy Posty: 746
|
Wysłany: 18-01-2009, 16:53
|
|
|
Dzięki teraz działa
[ Dodano: 18-01-2009, 19:03 ]
A da radę zrobić że jak odświerze stronę to co innego będzie w polecamy będzie się samo zmieniało da radę takie coś zrobić ?? |
|
|
|
 |
|