[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How do I limit the height of the signature?

Add this script in your userContent.css (See Editing Config Files):

.moz-txt-sig {
max-height: 10em !important;
overflow: auto;
}

This will cause a scrollbar to appear, if more space is required.

[an error occurred while processing this directive]