can i have your resizing script for signature images so i can use it in story zone?
Offline
bump
Offline
There's no resizing. Do you mean cutting off signatures?
Offline
To add a limit do
<style type="text/css">
.pun .postsignature{
max-height: 175px; //Change to whatever the limit should be
overflow: auto; //Remove this bit to have no scroll bar
}
</style>
but since you asked the same question on the FluxBB I'm assuming you don't mean that. Someone answered it on there by the way
Last edited by RedRocker227 (2012-09-24 11:03:51)
Offline
mythbusteranimator wrote:
Is that the same code that wouldn't work for me?
Yeah
Last edited by RedRocker227 (2012-09-24 11:42:35)
Offline