MyBB Community Forums

Full Version: An empty area, how can i fix that ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: i77949_hbnzarqw.JPG]

Is it possible to fix that ??

my index_whosonline code:

PHP Code:
<tr>
<
td class="tcat"><strong>$lang->whos_online</strong>[<a href="online.php">$lang->complete_list</a>]</td></tr><td class="trow1"><span class="smalltext"><br>$lang->online_note 
<br /><center> [<b><font color="red">Admin</font></b>] [<b><font color="#a52a2a">Co-Admin</font></b>] [<b><font color="#0000FF">Y�netici</font></b>]  [<b><font color="#9999FF">Edit�r</font></b>] [<b><font color="#CC9900">Super Mod.</font></b>] [<b><font color="#007700">Moderator</font></b>] [<b><del>�ld�r�ld�</del></b>]</center><br />$onlinemembers
</span></td>
</
tr

Thanks....
Search for:
<br>$lang->online_note
and remove the <br>.
Thats it !...
Thanks a lot !