01.01.2017, 15:47
wersja skryptu MyBB: 1.8
adres forum: rotoes.cba.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Ta druga tabelka jest obok pierwszej zamiast pod nią.
[attachment=11079]
Index:
adres forum: rotoes.cba.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Ta druga tabelka jest obok pierwszej zamiast pod nią.
[attachment=11079]
Index:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<a class="buttons" style="float: right;"><i class="fa fa-angle-right"></i></a>
<a class="clickedbuttons" style="float: right;"><i class="fa fa-angle-left"></i></a>
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">test
</td>
</tr>
</thead>
<tbody style="{$expdisplay}">
<tr>
<td class="trow2" valign="middle">
testowa zawartosc
</td>
</tr>
</tbody>
</table>
<br />
</div>
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">test
</td>
</tr>
</thead>
<tbody style="{$expdisplay}">
<tr>
<td class="trow2" valign="middle">
testowa zawartosc
</td>
</tr>
</tbody>
</table>
<br />
</div>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<br class="clear">
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>