wersja skryptu MyBB: 1.6.12
adres forum: cs-again.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Jak zobic taki odstęp jak jest tutaj ?
Pokaż forumbit_depth1_cat i forumbit_depth1_cat, bo chyba o to chodzi...
.. no tak
2x to samo forumbit_depth1_cat i forumbit_depth1_cat
Kod PHP:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5" id="th{$forum['fid']}" style="opacity: 1;">
<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></div>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" style="{$expdisplay}" class="tborder border_forum">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Spróbuj tak:
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_belka">
<thead>
<tr>
<div id="" class="thead" colspan="5" style="opacity: 1;"><div class="relative">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong>
</td>
</tr>
</thead>
</table>
<div class='obramowanie1'>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_kat">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
</div>
<br />
teraz jest okey tylko nie ma obramowania;/ wiesz tego działa tak jakby brakowało tabeli :d
Zamień:
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_belka">
<thead>
<tr>
<div id="" class="thead" colspan="5" style="opacity: 1;"><div class="relative">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong>
</td>
</tr>
</thead>
</table>
<div class="border_forum">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_kat">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
</div>
<br />
teraz nie da się zwojać działu ;/
ale juz prawie all działa
Spróbuj:
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder_belka">
<thead>
<tr>
<div id="" class="thead" colspan="5" style="opacity: 1;"><div class="relative">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="border_forum">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Hmm?:
Kod:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5" id="th{$forum['fid']}" style="opacity: 1;">
<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></div>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" style="{$expdisplay}" class="tborder border_forum">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Ale nie ma odstępu..