Hi When I add this code:
Code:
<tr>
<td class="tfoot" width="100%">$vbphrase[group_legend]</td>
</tr>
</tbody>
to this code:
Code:
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
<a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase>)
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
</td>
</tr>
<tr>
<td class="tfoot" width="100%">$vbphrase[group_legend]</td>
</tr>
</tbody>
i get this
http://img230.imageshack.us/img230/8...titled4ve5.gif
I added a phrase and its all working well. Here is my phrase code:
Code:
<span class="smallfont"><span style="color: #76fa78; font-style: italic; font-weight: bold;">Administrator</span> - <span style="color: #0099ff; font-weight: bold;">Jr Admin</span> - <span style="color: #76fa78; font-weight: bold;">Head of Staff</span> - <span style="color: orange; font-weight: bold; ">S Mod</span> - <span style="color:#FF00AA; ">Resource Team</span> - <span style="color: blue; font-weight: bold;">GFX Team</span> - <span style="color: #8a486b;">Classing Squad</span> - <span style="color: green; font-style: italic;">VIP</span>
</span>
Can anyone help me?
fixed. added colspan="2' to the <td>