Quote:
Originally Posted by Harley77
Since it didn't seem to get addressed,
To have a scroll bar on a left or right side shoutbox, (so it doesn't stretch for a mile down the page), the insanely simple fix.
In adv_portal_vbshout:
Find:
PHP Code:
<div id="vbshout"> Loading... </div>
Replace with:
PHP Code:
<div id="vbshout" style="overflow:auto;height:350px;width:100%;"> Loading... </div>
Replace the 350px with whatever size you want it to be. 350px worked well for my site.
|
I have done this , HOWEVER when someone post a word longer then the shout box like a Web link it stretches the wrod wrap to equal the lenght of the one word/weblink untill it leaves the screen?!?! is there a way for it to wrap web links as well?!!