Webboard

Pełna wersja: wątki/avatary na stronie głównej nie równo ułożone
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.15
adres forum: cs-silesia.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): nie wiem jak zrobić aby wątki i avatary były jeden pod drugim, nazwa stylu to deflection
http://scr.hu/0s1p/h9nc0 http://scr.hu/0s1p/havrb
U mnie są równo, a jeśli problem nie ustępuje, to ustal ostatniej <td> stałem width (szerokość) w szablonie forumbit_depth2_cat i forum. (opis działu)
teraz zmieniłem styl, więc sugerujcie się screenami które dałem
Snake nie bardzo rozumiem co mam zrobić

Kod:
<tr>
<td class="{$bgcolor}" 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="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
to jest mój forumbit_depth2_cat
Do ostatniego <td> w style dopisać width:
Kod:
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap; width: 15%;">{$lastpost}</td>
Nadal to samo
No to może otwórz forum i ustaw tamten styl?

Zmieniłeś też w szablonie forumbit_depth2_forum?
Zmieniłeś też w szablonie forumbit_depth2_forum?
tak

Raczej nic z tego nie będzie więc lepiej zamknąć ten temat
Zawsze możesz:
- Otworzyć forum.
- Podać obu szablonów kody.
- Ustawić na forum styl, nad którym pracujemy.