28.11.2010, 19:04
28.11.2010, 20:06
Myipbb jest na forum
28.11.2010, 20:39
chodzi mi o to, żeby na górze miał 2 belki i jeszcze na dole taką
28.11.2010, 20:48
Da się wykonać. Napisz do mnie na PM a Ci pomogę
29.11.2010, 01:21
Styl jest płatny, wykonany przez SUKANJAN K. Jak na górze dwie tabelki ? Podobnym stylem jest APART 0.
PS. O, widzę, że mój nick widać na obrazku .
PS. O, widzę, że mój nick widać na obrazku .
02.12.2010, 22:55
Witam !
Poszukuję stylu z dolnym cellpicem, a tak dokładnie to z tym
Poszukuję stylu z dolnym cellpicem, a tak dokładnie to z tym
03.12.2010, 14:26
No więc tak:
ACP>Style i szablony>Szablony>Twój>Opis działu>forumbit_depth1_cat
ACP>Styl i szablony>Style>Twój>global.css
ACP>Style i szablony>Szablony>Twój>Opis działu>forumbit_depth1_cat
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<div class="bhead-01"></div><div class="bhead-03"></div><div class="bhead-02"></div>
<br />
ACP>Styl i szablony>Style>Twój>global.css
Kod PHP:
.bhead-01 {
background: url(http://www.iv.pl/images/96961507670628788286.png) no-repeat;
width: 9px;
height: 13px;
float: left;
}
.bhead-02 {
background: url(http://www.iv.pl/images/78645486681654031796.png) repeat-x;
height: 13px;
margin-left: 9px;
margin-right: 9px;
}
.bhead-03 {
background: url(http://www.iv.pl/images/15885729043112663341.png) no-repeat;
width: 9px;
height: 13px;
float: right;
}