wersja skryptu MyBB: 1.6.9
adres forum: forum.repvictoria.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Ostatnio bawiłem się w szablonie newspoints_statistics i wyszedł mi taki bałagan:

[Obrazek: newpoints.png]

Chcę się pozbyć pozostałości po menu (statystyki, przekaż darowiznę), wyśrodkować to wszystko oraz na górze zrobić stan konta (Twój stan konta wynosi: {wartość}). Niestety brakuje mi umiejętności i zrobiłem tylko bałagan w szablonie.

<html>
<
head>
<
title>Bank Republiki Victoria</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
<
table width="100%" border="0" align="center">
<
tr>
<
td valign="top" width="180">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
</
tr>
{
$options}
</
table>
</
td>
<
td valign="top">
<
form action="newpoints.php" method="POST">
<
input type="hidden" name="postcode" value="{$mybb->post_code}/>
<
input type="hidden" name="action" value="do_donate" />
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="2"><strong>{$lang->newpoints_donate}</strong></td>
</
tr>
<
tr>
<
td class="trow1" width="50%"><strong>{$lang->newpoints_user}:</strong><br /><span class="smalltext">{$lang->newpoints_user_desc}</span></td>
<
td class="trow1" width="50%"><input type="text" name="username" value="{$user['username']}class="textbox" /></td>
</
tr>
<
tr>
<
td class="trow2" width="50%"><strong>{$lang->newpoints_amount}:</strong><br /><span class="smalltext">{$lang->newpoints_amount_desc}</span></td>
<
td class="trow2" width="50%"><input type="text" name="amount" value="" class="textbox" /></td>
</
tr>
<
tr>
<
td class="trow1" width="50%"><strong>{$lang->newpoints_reason}:</strong><br /><span class="smalltext">{$lang->newpoints_reason_desc}</span></td>
<
td class="trow1" width="50%"><input type="text" name="reason" value="" class="textbox" /></td>
</
tr>
<
tr>
<
td class="tfoot" width="100%" colspan="2" align="center"><input type="submit" name="submit" value="{$lang->newpoints_submit}/></td>
</
tr>
</
table>
</
form>
</
td>
</
tr>
</
table>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
</
tr>
{
$options}
</
table>
</
td>
<
td valign="top">
<
table width="100%" border="0" align="center">
<
tr>
<
td valign="top" width="40%">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="2"><strong>{$lang->newpoints_richest_users}</strong></td>
</
tr>
<
tr>
<
td class="tcat" width="50%"><strong>{$lang->newpoints_user}</strong></td>
<
td class="tcat" width="50%" align="center"><strong>{$lang->newpoints_amount}</strong></td>
</
tr>
{
$richest_users}
</
table>
</
td>
<
td valign="top" width="60%">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="4"><strong>{$lang->newpoints_last_donations}</strong></td>
</
tr>
<
tr>
<
td class="tcat" width="30%"><strong>{$lang->newpoints_from}</strong></td>
<
td class="tcat" width="30%"><strong>{$lang->newpoints_to}</strong></td>
<
td class="tcat" width="20%" align="center"><strong>{$lang->newpoints_amount}</strong></td>
<
td class="tcat" width="20%" align="center"><strong>{$lang->newpoints_date}</strong></td>
</
tr>
{
$last_donations}
</
table>
</
td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
{
$footer}
</
body>
</
html

Z góry dziękuję za pomoc.