Złe rozmieszczenie napisu na pasku

Założony przez  koper18cm.

Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu: CV v1 MultiColor
wersja skryptu MyBB: 1.4.13
adres forum: onepiecenakama.pl/mybb
opis problemu:

Witam

Na stronie mojego regulaminu (plugin Rulespage) http://onepiecenakama.pl/mybb/misc.php?action=rules na samej górze tabeli, na niebieskim pasku nie mieści się Napis i winne nie ponosi zbyt mały obrazek, bo w innych miejscach napis na pasku wyświetla się dobrze.

<head>
<
title>{$mybb->settings['bbname']} - Rules</title>
{
$headerinclude}
</
head>
<
body>
    {
$header}
    <
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="clear: both;">
    <
tr>
            <
td class="thead"><strong><center>Regulamin {$mybb->settings['bbname']}</center></strong></td>
        </
tr>
        <
tr>
            <
td class="trow1">{$rules_list}</td>
        </
tr>
    </
table>
    {
$footer}
</
body>
</
html

Pozdrawiam
Zamień powyższy kod szablonu na:

<head>
<
title>{$mybb->settings['bbname']} - Rules</title>
{
$headerinclude}
</
head>
<
body>
    {
$header}
    <
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="clear: both;">
    <
tr>
            <
td class="thead" height="26px"><strong><center>Regulamin {$mybb->settings['bbname']}</center></strong></td>
        </
tr>
        <
tr>
            <
td class="trow1">{$rules_list}</td>
        </
tr>
    </
table>
    {
$footer}
</
body>
</
html

Zmieniona (a właściwie ustalona) jest tylko wysokość tej tabelki.



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

1 gości