The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Alignment within Who's Online section - plz review my code
Have a look at the busted alignment of my Who's Online bit, which is at the top of my home page.
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: HTML 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> |
#2
|
||||
|
||||
You say you can't stop them from being aligned at the far left of the cell, however, you haven't done anything in the code to align them another way, nor have you said what you want/expect, so I'm really not sure what to suggest.
|
#3
|
|||
|
|||
Quote:
My bad for the confusion. Have a look at the page. --------------- Added [DATE]1247602706[/DATE] at [TIME]1247602706[/TIME] --------------- Anyone? If you have a look at AviationForum.org, you'll see that the list of active users is squeezed into the far right of the area throughout which you'd expect it to be displayed. My code is above. |
#4
|
||||
|
||||
I have no idea what you want it to look like - I can only see what it does look like (the users listed in a colored box in the middle of the navigation box). An image to show what you want would really help. Also, I only see a large square box on most pages except the forum home page. Is that what it's supposed to be like?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|