Signature size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Moto
    Member
    • Nov 2006
    • 88

    Signature size

    Hi
    How or can i put a size limit to signatures...not file size but actual size in appearance...im looking to put a limit of say 400x100
  • Andy Huang
    Senior Member
    • Feb 2004
    • 4602

    #2
    Unfortunately not directly via a setting. But what you can do is use a template edit to overcome that.

    Admin CP > Style Manager > <<>> > Postbit Templates > postbit OR postbit_legacy, depending on the one you've setup to use.

    Find something like:
    Code:
    		<if condition="$post['signature']">
    		<!-- sig -->
    			<div [COLOR="Green"]style="width:400px; height:100px; overflow: auto;"[/COLOR]>
    				__________________<br />
    				$post[signature]
    			</div>
    		<!-- / sig -->
    		</if>
    Add in the stuff in Green and make adjustments as you see fit.
    Best Regards,
    Andy Huang

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...