Page 1 of 1

increase size of WYSIWYG area

Posted: Wed Dec 08, 2004 4:58 pm
by snorki
in admin/header.php locate

Code: Select all

editor.generate();
and change this to

Code: Select all

editor.config.height = '500px';
editor.generate();
works for me, hop it helps

snorki

size

Posted: Fri Dec 10, 2004 3:26 pm
by trixter
I did it via the stylesheet for the admin area:

admin/style.css: syntaxHighlight

increase size of WYSIWYG area

Posted: Tue Dec 14, 2004 2:30 am
by snorki
Roger that, your CSS way is a much better way of doing this.