Works GREAT on VB 4.08
This should be listed under VB 4.0 mods, had one hell of a time finding it.
THANK YOU!!!!!!!!!!
Quote:
Originally Posted by BirdOPrey5
In postbit/postbit_legacy template:
Replace the code:
Code:
{vb:raw post.signature}
With:
Code:
<hr size="1" style="color:#678B06" />
<div valign="bottom" style="width:100%; height:400px; overflow: auto">
{vb:raw post.signature}
</div>
If you want to hard limit the size and prevent scrollbars completely, change: overflow: auto to overflow: hidden.
|