28.03.2016, 20:53
wersja skryptu MyBB:1.8.6
adres forum: http://bmtransport.y0.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):Ustawienie pionowe tekstu.
Ustawiłby mi ktoś, żeby te napisy były pod sobą a nie w prostej lini?
chodzi mi o takie coś:
Tutaj wpisz treść
1232312
12312312
itd.
adres forum: http://bmtransport.y0.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):Ustawienie pionowe tekstu.
Kod PHP:
<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>
{$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="forums" style="float: left;width: 80%;">
{$forums}
</div>
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Tutaj wpisz tytuł
</td>
</tr>
<tr>
<td class="trow2">
Tutaj wpisz treść
123123
12312312
</td>
</tr>
</table>
</div>
Ustawiłby mi ktoś, żeby te napisy były pod sobą a nie w prostej lini?
chodzi mi o takie coś:
Tutaj wpisz treść
1232312
12312312
itd.