Połączyć widok tematu z górną Belką

Założony przez  Espex.

wersja skryptu MyBB: 1.8.0
adres forum: FORUM
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jak połączyć widok tematu do górnej belki ?

U mnie wygląda to tak:
[Obrazek: 1.png]

A ma wyglądać tak:
[Obrazek: 2.png]
... .....
Nie wiem czy dobrze myślę i czy jest jakiś osobny wygląd dla pierwszego posta ale jeśli jest to wystarczyłoby tam przenieść </tbody> i </table>

wtedy automatycznie by się to zamykało przy pierwszym poście
Nie zbytnio kminie tego

to mój
postbit
<table class="tborder" style="border-top-width: 0; margin-top: 5px;" id="post_35413" border="0" cellpadding="12" cellspacing="0">
    <
tbody><tr>
<
td class="trow1" style="background: #202020; white-space: nowrap; text-align: center;" valign="top" width="200px"><a name="{$post['pid']}id="{$post['pid']}"></a>

<
div class="postbityay">

<
div class="postbit_box_first postbit_box_fixes postbit_username">{$post['profilelink']}</div>

<
span class="smalltext">

<
div class="postbit_box postbit_usertitle">{$post['usertitle']}</div>
<
div class="postbit_box_last postbit_box_fixes">{$post['userstars']}</div>
{
$post['groupimage']}

{
$post['useravatar']}

<
br>
{
$post['user_details']}

<
div class="postbitbox2"></div>
</
span></div>

<
br><span style="white-space:normal; width: 100%;"><!-- awards --></span>


    </
td>
    <
td class="trow1" valign="top">

<
table width="100%">

<
tbody><tr>
<
td>
<
div style="float:right;margin-right:10px;">
<
div style="float: right; width: auto; vertical-align: top"> {$post['posturl']}</div>
</
div><br>
<
div id="pid_{$post['pid']}class="post_body">
{
$post['message']}
</
div>

<
br>

<
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<
div id="edited_by_{$post['pid']}"></div>
{
$post['editedmsg']}
</
div>
</
td></tr>

</
tbody></table>

</
td>
</
tr>
<
tr>
    <
td class="trow1" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext" style="float:left;"><class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}</span></td>
    <
td class="trow1" style="vertical-align: middle;">
        <
table border="0" cellpadding="0" cellspacing="0" width="100%">
            <
tbody><tr valign="bottom">
                <
td align="left"><span class="smalltext">
{
$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</
span></td>
                <
td align="right">
{
$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</
td>
            </
tr>
        </
tbody></table>
    </
td>
</
tr>
</
tbody></table
... .....
O czym innym pomyślałem, myślałem, że chcesz to połączyć w inny sposób ale ty chcesz chyba tylko zlikwidować przerwę więc to powinno być to:

<table class="tborder" style="border-top-width: 0;" id="post_35413" border="0" cellpadding="12" cellspacing="0">
    <
tbody><tr>
<
td class="trow1" style="background: #202020; white-space: nowrap; text-align: center;" valign="top" width="200px"><a name="{$post['pid']}id="{$post['pid']}"></a>

<
div class="postbityay">

<
div class="postbit_box_first postbit_box_fixes postbit_username">{$post['profilelink']}</div>

<
span class="smalltext">

<
div class="postbit_box postbit_usertitle">{$post['usertitle']}</div>
<
div class="postbit_box_last postbit_box_fixes">{$post['userstars']}</div>
{
$post['groupimage']}

{
$post['useravatar']}

<
br>
{
$post['user_details']}

<
div class="postbitbox2"></div>
</
span></div>

<
br><span style="white-space:normal; width: 100%;"><!-- awards --></span>


    </
td>
    <
td class="trow1" valign="top">

<
table width="100%">

<
tbody><tr>
<
td>
<
div style="float:right;margin-right:10px;">
<
div style="float: right; width: auto; vertical-align: top"> {$post['posturl']}</div>
</
div><br>
<
div id="pid_{$post['pid']}class="post_body">
{
$post['message']}
</
div>

<
br>

<
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<
div id="edited_by_{$post['pid']}"></div>
{
$post['editedmsg']}
</
div>
</
td></tr>

</
tbody></table>

</
td>
</
tr>
<
tr>
    <
td class="trow1" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext" style="float:left;"><class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}</span></td>
    <
td class="trow1" style="vertical-align: middle;">
        <
table border="0" cellpadding="0" cellspacing="0" width="100%">
            <
tbody><tr valign="bottom">
                <
td align="left"><span class="smalltext">
{
$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</
span></td>
                <
td align="right">
{
$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</
td>
            </
tr>
        </
tbody></table>
    </
td>
</
tr>
</
tbody></table
Hymmm robiłem to tak wcześniej, ale pierwszy post jest okey tylko nie ma górnego tego border-top 1px, natomiast następne posty są również połączone ze sobą a mają być oddzielnie

Obecnie
[Obrazek: 6.png]

A ma tak wyglądać
[Obrazek: 5.png]
... .....
Do global.css →
#posts {
    
margin-top: -7px;

Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Działa :D

Jeszcze jedno jak dodać obramowanie [Te górne- Patrz na Screenie] ?

[Obrazek: 1zFQwJ.png]
... .....
border-top: 1px solid black;
Niestety ale nie działa
... .....
style="border-top-width: 0;" 
0 zamień na 1
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



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

1 gości