PDA

View Full Version : Minor Template Questions/Problem


ZiRu$
03-06-2002, 08:45 PM
I left the error on my board for you to see so can i get some help A.s.a.p

http://www.blazing-mic.com



look at my site.....the moderator and posts and topics columns are all UNEVEN.....how can i fix this?

ZiRu$
03-07-2002, 12:23 PM
bumping....please help

Admin
03-07-2002, 03:31 PM
Try adding width="x" attributes to the <td> cells in forumhome_forumbit_level2_post.

ZiRu$
03-07-2002, 07:56 PM
thanks alot firefly it worked...can you scroll down to the bottom of my page and tell my how I can make my currently active users, pm, and todays users 90% wide?

Admin
03-08-2002, 11:55 AM
forumhome_loggedinusers and forumhome_pm or something like that.

ZiRu$
03-08-2002, 12:01 PM
Originally posted by FireFly
forumhome_loggedinusers and forumhome_pm or something like that.

yes i found this out already firefly, thanks anyways! i was trying to change it to 50% but it wont change I done this code but it stayed 100%

What should i change it to?


<tr id="cat">
<td id="pmBox"bgcolor="{categorybackcolor}" align="center" colspan="6" width="50%">
<normalfont color="{categoryfontcolor}" width="50%"><b>
>>><a href="private.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}">
<b>Private Messages</b></a> <<<</normalfont>
</td>
</tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top"><img src="{imagesfolder}/$lightbulb.gif" alt=""></td>
<td bgcolor="{firstaltcolor}" colspan="5"><smallfont>
<b>$bbuserinfo[username]</b> - You have $newpm[messages] new message(s) since your last visit.<br>
(You have $unreadpm[messages] unread messages and $allpm[messages] total messages in all your folders.)</smallfont></td>
</tr>