Quote:
Originally Posted by Boosted Panda
|
I looked at this fix however no matter what width I chose something was always off in the template. I finally decided on just setting a fixed width on the right table data where the information is displayed. This kept all the spacing correct in the post header and set a fixed width for any information displayed in the tabs. Just be sure to make sure the width of the table data element is large enough to encompass your largest data element.
In postbit look for:
Code:
$template_hook[postbit_userinfo_left]
</td>
<td width="100%"> </td>
<td valign="top" nowrap="nowrap">
And change the last line to:
Code:
</td>
<td width="100%"> </td>
<td width="200px" valign="top" nowrap="nowrap">
I set my table data width to 200 pixles but set yours to what works with your data elements.
You can see a live setup at
http://www.3800pro.com