SnippetMaster Support Forums
Return to main website
 
May 14, 2006, 04:48:21 PM
* Show unread posts since last visit.
* Show new replies to your posts.
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 14, 2006, 04:48:21 PM

Login with username, password and session length
Search:  
Advanced search
* Home Help Search Login Register
SnippetMaster Support Forums  |  General  |  How To's & FAQs  |  Topic: How to make the WYSIWYG editor window larger « previous next »
Pages: [1] Print
Author Topic: How to make the WYSIWYG editor window larger  (Read 937 times)
admin
Forum Administrator
*
Posts: 1430

SnippetMaster Author


WWW
[-] How to make the WYSIWYG editor window larger
« on: February 09, 2004, 09:58:40 PM »

You can enlarge the text area by editing the "main.html" file in the
templates folder.

Look for this text: (around line #199 or so)

Quote
<iframe name="ieeditor" src="ieeditor/ieeditor.php?language=<?php echo
$language; ?>&BASEURL=/"
width="100%" height="500" style="border: solid gray 1px;"></iframe>
<textarea name="data[page_text][0]" rows="0" cols="0"
style="visibility:hidden;">
<?php print "\n".stripslashes(chop($html[data][page_text][$i]))."\n"; ?
> </textarea>

You can see in the iframe tag where there is a hight/width
specification. You should change this as desired. You can also change
the textarea settings (rows/cols), but I don't think this will make a
difference unless you are not using the WYSIWYG editor.

Cheers!
Report to moderator   Logged
Pages: [1] Print 
SnippetMaster Support Forums  |  General  |  How To's & FAQs  |  Topic: How to make the WYSIWYG editor window larger « previous next »
Jump to:  

Powered by MySQL Powered by PHP SnippetMaster Support Forums | Powered by SMF 1.0.7.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!