MyBB Community Forums

Full Version: Signature Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone take a look at my posts. My signature has a box below it that I cant get to go away. http://www.ladriven.com Its on all my posts under Joe.
ACP -> Templates & style -> your theme -> global.css -> advanced mode -> Can you post here the content of the .signature ?
(2010-03-06, 07:41 PM)Dvdxseo Wrote: [ -> ]ACP -> Templates & style -> your theme -> global.css -> advanced mode -> Can you post here the content of the .signature ?

yeah... give me a sec.
.signature {
display:block;height:250px;overflow:scroll
}
i see the scroll now.
what should it look like?
i just changed it to

signature { display:block;height:100px;overflow:hidden

is this correct?
If you don't want to show the scrollbars just go to the template postbit_signature and replace all with:
<hr size="1" width="25%"  align="left" />
{$post['signature']}
ok, I think its ok now. thank you!