increase size of WYSIWYG area

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
snorki

increase size of WYSIWYG area

Post 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
trixter

size

Post by trixter »

I did it via the stylesheet for the admin area:

admin/style.css: syntaxHighlight
snorki

increase size of WYSIWYG area

Post by snorki »

Roger that, your CSS way is a much better way of doing this.
Post Reply

Return to “Tips and Tricks”