Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu: myaqua
wersja skryptu MyBB: 1.4.9
adres forum: melivi.lua.pl
opis problemu:

Witam otóż przerobiłem wygląd po przez edycję kodu dotyczącego
postbit_author_user

Oryginalnie wyglądało to tak:
[Obrazek: 2n7lj45.jpg]

Kod:
        <template name="postbit_author_user" version="1406"><![CDATA[<div class="ud">
<div class="pl">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="pborder">
<tr><td class="postbit" colspan="2">
<strong><center>{$post['usertitle']}</center></strong>
</td></tr>

<tr>
<td class="trow3" style="width:50%;">
<span class="smalltext">
<center><a href="search.php?action=finduser&amp;uid={$post['uid']}">{$post['postnum']} Posts </a> </center>
</span>
</td>
<td class="trow3" style="width:50%;">
<span class="smalltext">
<center>
{$post['replink']}
</center>
</td>
</tr>

{$post['warninglevel']}

</center>
</table>

</div>
</div>]]></template>


Po mojej edycji kodu wygląda to tak:
[Obrazek: 2vbmpts.jpg]

a kod:
        <template name="postbit_author_user" version="1409"><![CDATA[<div class="ud">
<div class="pl">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="pborder">

<b>{$lang->postbit_posts}</b>&nbsp;{$post['postnum']}</div>

<div class="pl"><b>{$lang->postbit_joined}</b>&nbsp;{$post['userregdate']}</div>

{$post['replink']}

<center>
{$post['warninglevel']}
</center>
</table>

</div>
</div>]]></template>


I jak widać nie wygląda to estetycznie po mimo iż próbowałem wyśrodkować... (dokładnie widać na screenie niżej gdzie dodałem linie pomocnicze)

[Obrazek: bgxlj8.jpg]

Jeśli ktoś może niech wskażę mi jak to poprawić.

Oraz usunąć ramkę Poziom ostrzeżeń: 0% lub zastosować identyczną ramkę do Ilość postów: / Dołączył: / Reputacja: 0

Cały myAqua.xml wrzuciłem tutaj:
Download myAqua.xml
Adrian napisał 13.11.2009, 23:57:
Poprawiłem nazwę tematu.