Problem z ustawieniem

Założony przez  matti9410.

wersja skryptu MyBB:1.6.3
adres forum:csgames.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Buttony w poscie mimo dodania w kodzie polecenia aby były pośrodku wysokości nadal tkwią na dole oto kod
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="post" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td width="185px;" valign="top" style="border-right: 1px solid #d5dde5; background: #fafbfc; white-space: nowrap;  text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div><strong><span class="largetext"></span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
               {$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}<br />
{$post['useravatar']}<br /><br />
               {$post['user_details']}</div><br />
</span>
   </td>
<td valign="top" style="background: #fafbfc;">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext" style="color: #606060;">{$post['postdate']} {$post['posttime']}</span><br />
<div id="pid_{$post['pid']}" style="padding: 4px 0 4px 10px;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</tr></td>
</table>
</td>
</tr>

<tr>
<td style="padding-left: 10px;background: #e5ecf3; white-space: nowrap; text-align: left; vertical-align: middle;">
<span class="smalltext">{$post['button_report']}{$post['button_warn']}</span>
</td>
<td style="background: #e5ecf3; text-align: right; vertical-align: middle;">
<span class="smalltext">{$post['button_rep']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</span>
</td>
</tr>
</table>

opis:
http://mailing.nie-spamuj.eu
<td style="background: #e5ecf3; text-align: right; vertical-align: middle;"
zamień na:
<td style="background: #e5ecf3; text-align: right; padding-top: -6px;"
jeżeli nie pomoże to spróbuj tego:
<td style="background: #e5ecf3; text-align: right; position: relative; top: -6px;"



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

1 gości