MyBB Community Forums

Full Version: Online Today
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
uhhh sorry
<tr>
	<td class="tcat"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
	<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
There we go. Change it to this:

<tr>
    <td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
    <td class="trow1" colspan="2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr> 
thanks for the help and sorry
thanks from my side as well..
I posted my problem in http://community.mybboard.net/thread-59373.html
and a member redirected me to this post and this really help me out..

Cheerz Smile
Pages: 1 2