
Jake
Staff
/ Moderator

Aug 31, 2007, 11:28 AM
Post #2 of 2
(2941 views)
Shortcut
|
|
Re: [wendy] Change WYSIWYG height in 1.41
[In reply to]
|
Can't Post
|
|
Hi Wendy, Thanks for posting! To change the height of the WYSIWYG editor, you'll need to open up the "_art_menus.html" template in the /templates/interface directory. Look for this line of code under the "content_wysiwyg" template cell:
if (isWysiwygSupported()) { replaceTextareaWithWysiwyg('content', 350); } Just replace the number "350" there with a lesser value and the input box will shrink accordingly. Let us know if you need anything else. ----------------------------------------------------------- Cheers, Jake Marvin - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|