PDA

View Full Version : Private Message Table Width Problem


LightBringer
06-11-2002, 11:29 AM
If you look at the table that houses the PM Icon, you will see that it's the same width as the avatar box and NOT the same width as the thread icon table down below.

I have been trying to follow Vbulletin.org in terms of their layout and I noticed that there $pminfo must be located somewhere in a forum_postbit template with a <br> following it.

Can someone help me to get this table width fixed?

Thanks

Logician
06-15-2002, 08:30 PM
In "forumhome_pmloggedin" template, Find the part:

<td bgcolor="{secondaltcolor}" align="center" valign="top"

specify width in between align and valign like:

<td bgcolor="{secondaltcolor}" align="center" width="5" valign="top"

if there is a width tag after valign change it to: width="5"