![]() |
template help
1 Attachment(s)
can anyone tell me how to fix it so that the top 5 posters section doesn't get messed up? I've attached a screenshot. As you can see members with over 1000 posts make the table change for some odd reason (making the member with 900 posts change as well), can anyone tell me how to fix this? Here is the html of the template as well.
Code:
|
wouldn't you need to change this:
<table> <tr> <td width=100%><smallfont>User Names:</smallfont></td> <td align="right"><smallfont>Posts:</smallfont></td> </tr> <tr> <td width=100%><smallfont><b>$username</b></smallfont></td> <td align="right"><smallfont><b>$userposts</b></smallfont></td> </tr> </table> to something like this: <table> <tr> <td width=75%><smallfont>User Names:</smallfont></td> <td align="right" width="25%"><smallfont>Posts:</smallfont></td> </tr> <tr> <td width=75%><smallfont><b>$username</b></smallfont></td> <td align="right" width="25%"><smallfont><b>$userposts</b></smallfont></td> </tr> </table> untested but it looks like the posts td is too narrow for the data |
thanks, you kinda messed me up cause you put the newest members info there, lmao. But i fixed it and changed the widths to 75% (didn't add those 25%s though) and it worked perfectly. Thanks for ur help.
|
oops...sorry about that....glad you figured out what I meant
|
All times are GMT. The time now is 01:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|