2012-11-13, 01:20 AM
http://puu.sh/1pBqD
It looks rather crammed.
However, when I put a <br> in the index_boardstats template, between Online Today and Usergroup Legend, it ends up making a space here:
http://i.imgur.com/YaREY.png
Instead of where the space should appear.
My index_boardstats template:
It looks rather crammed.
However, when I put a <br> in the index_boardstats template, between Online Today and Usergroup Legend, it ends up making a space here:
http://i.imgur.com/YaREY.png
Instead of where the space should appear.
My index_boardstats template:
<div class="bstat" >
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0" class="tborder">
<thead>
<tr>
<td class="cell">
<div class="rmain"></div>
<div><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online_today}
{$ugl_userlegend}
{$forumstats}
</tbody>
</table>
</div>