TAFJonathan
07-14-2009, 03:30 PM
Have a look at the busted alignment of my Who's Online bit, which is at the top of my home page (http://www.aviationforum.org).
I can't get the list of active users to stop being aligned at the far RIGHT of the cell.
Here's the relevant code:
<table>
<tr>
<td>
$vbam_location[taf4]
<br />
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a href="online.php$session[sessionurl_q]">Online Now</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$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]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1">
<div class="smallfont">
<div><font size="-2"> $activeusers</font></div>
</div>
</td>
</tr>
</tbody>
</td></tr></table>
<!-- end logged-in users -->
</if>
</td>
</tr>
</table>
I can't get the list of active users to stop being aligned at the far RIGHT of the cell.
Here's the relevant code:
<table>
<tr>
<td>
$vbam_location[taf4]
<br />
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a href="online.php$session[sessionurl_q]">Online Now</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$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]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1">
<div class="smallfont">
<div><font size="-2"> $activeusers</font></div>
</div>
</td>
</tr>
</tbody>
</td></tr></table>
<!-- end logged-in users -->
</if>
</td>
</tr>
</table>