Problem z obramowaniem wszystkich postów

Założony przez  matti9410.

wersja skryptu MyBB:1.6.4
adres forum:csgames.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam posiadam kod

<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
{$header}
{$pollbox}
<div class="float_left" style="padding-bottom: 5px;">
             {$usersbrowsing} {$multipage}

</div>
<div class="float_right">
{$newreply}
</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="clear: both; border-bottom-width: 0; margin: auto auto; width: 100%;">
<tr>
<td class="thead" colspan="2">
<div style="float: right;">
<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</div>
<div>
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
</div>
</td>
</tr>
</table>
<div id="posts" style="padding-top: 5px;">
<div class="posts">
{$posts}
</div>
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="border-top-width: 0; margin: auto auto; width: 100%;">
<tr>
<td colspan="2">
{$search_thread}
<div>
<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
</div>
</td>
</tr>
</table>
<div class="float_left">
{$multipage}
</div>
<div class="float_right" style="margin-top: 5px;">
{$newreply}
</div>
<br style="clear: both;" />
{$quickreply}
{$threadexbox}
{$similarthreads}
<br />
<div class="float_left">
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>

<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
<br style="clear: both;" />
{$footer}
</body>
</html>

powoduje obramowanie postów ale mam z nim problem poniewaz gdy napiszę w szybkiej odp nowy post to ten post juz nie jest obramowany dla pszykladu ss

http://szablony.freeware.info.pl/meta-tag.html



Obramowanie zrobilem w css klasa posts

<div id="posts" style="padding-top: 5px;">
<div class="posts">
{$posts}
</div>
</div>

próbowałem też
<div class="posts" style="margin-top: 5px;">
{$posts}
</div>
ale wtedy okno ładowania się ładuje i nie odswierza strony.
to co masz w klasie posts wrzuć do
<div id="posts" style="padding-top: 5px; TUTAJ">
        
            {
$posts}

    </
div
lub zmodyfikuj/dodaj posts w global.css i wtedy cały styl możesz wyrzucić z templatki bo będzie w stylach
Działa.
http://katalog.zdrowo.info.pl
Adrian napisał 20.01.2012, 00:51:
Akcja DZIĘKUJĘ ZA POMOC :)



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

2 gości