Odseparowanie belki od forum

Założony przez  KaeN21.

wersja skryptu MyBB: 1.8.7
adres forum: Forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam, jak oddzielić belkę od forum?
Próbowałem już marginami, oraz odseparować, ale coś mi nie wychodzi.. hmm

forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">

<div><strong><a href="{$forum_url}">&nbsp;&nbsp;&nbsp;&nbsp;{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">

{$sub_forums}
</tbody>
</table><br />


forumbit_depth2_forum

<tr>
<td class="trow33" align="center" valign="center" width="6%"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="trow33" valign="center" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow33 countForum" valign="center" align="center" style="white-space: nowrap; width: 20%;line-height: 1;">{$threads}{$unapproved['unapproved_threads']} tematów<br />{$posts}{$unapproved['unapproved_posts']} postów</td>
<td class="trow33" valign="center" align="right" style="white-space: nowrap; width: 24%; padding-right: 20px;">{$lastpost}</td>
</tr>

Oddzielone, to jest przykład:
[Obrazek: x1epxq873onx.png]



Prosiłbym o pomoc, dziękuję.
Możesz dodać dodatkowy <tr> z stylami bez obramowań i bez tła, albo wyciągnąć belkę do osobnej tabeli i zrobić margin między nimi.
"Try not. Do... or do not. There is no try."
Poświęć 5 minut. Nie bądź ignorantem!  -  Jak zbadać element?
No właśnie chciałbym wyciągnąć thead tak aby osobno był, a marginami już się bawiłem, z resztą napisałem o tym wyżej.
Jeżeli chcesz wyciągnąć to możesz spróbować tak
<div>
<div class="thead{$expthead}">

<div><strong><a href="{$forum_url}">&nbsp;&nbsp;&nbsp;&nbsp;{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">

{$sub_forums}
</tbody>
</table>
</div>
<br />
Teraz po nadaniu marginesu dolnego dla .thead otrzymasz przerwę.
Elegancko, czekałem na fachową pomoc :) Dzięki, pozdrawiam!



Użytkownicy przeglądający ten wątek:

1 gości