Układ tekstu w komórkach działu

Założony przez  Kennar.

wersja skryptu MyBB:1.6.10
adres forum:forum.world4craft.pl
na czym polega problem :Problem polega na tym że gdy dodaję zdjęcie do tematu nie centruje Posty itp oto zdjęcie :

[Obrazek: desktop2013050710171558.png]

jak zrobić żeby Posty i tematy były na środku a nie na górze proszę o szybką odpowiedz.
Matslom napisał 07.05.2013, 14:07:
Poprawiam tytuł
[Obrazek: modnotice_howto.png]
Szablony -> opis działu -> forumbit_depth2_forum -> znajdź coś w stylu
<td cośtam>
dodaj do niego
style="vertical-align:middle;"
Mam coś takiego i nie wiem gdzie to dodać :

<tr valign="top">
<td class="trow1" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow1" valign="top">
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"><span class="forumdesc_d2">{$forum['description']}{$subforums}</span></div>
</td>
<td class="trow1 postcountgrid" valign="top" align="center" style="white-space: nowrap">
{$posts}{$unapproved['unapproved_posts']} Postów<br />
{$threads}{$unapproved['unapproved_threads']} Tematów</td>
<td class="trow1 lastpostgrid" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Jak możesz podeślij gotowe
<tr valign="top">
<td class="trow1" align="center" valign="top" width="1" style="vertical-align:middle;"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow1" valign="top">
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"><span class="forumdesc_d2">{$forum['description']}{$subforums}</span></div>
</td>
<td class="trow1 postcountgrid" valign="top" align="center" style="white-space: nowrap;vertical-align:middle;">
{$posts}{$unapproved['unapproved_posts']} Postów<br />
{$threads}{$unapproved['unapproved_threads']} Tematów</td>
<td class="trow1 lastpostgrid" valign="top" align="right" style="white-space: nowrap;vertical-align:middle;">{$lastpost}</td>
</tr>
Spróbuj tak:
<tr valign="top">
<td class="trow1" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow1" valign="top">
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"><span class="forumdesc_d2">{$forum['description']}{$subforums}</span></div>
</td>
<td class="trow1 postcountgrid" valign="top" align="center" style="white-space: nowrap">
{$posts}{$unapproved['unapproved_posts']} Postów<br />
{$threads}{$unapproved['unapproved_threads']} Tematów</td>
<td class="trow1 lastpostgrid" valign="top" align="right" style="white-space:nowrap;vertical-align:middle;">{$lastpost}</td>
</tr>

@Spóźniłem się :D



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

1 gości