Resize Editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • j_86
    Member
    • May 2003
    • 93
    • 3.0.0 'Gold'

    Resize Editor

    I'd like to resize the box in which you enter text etc. into posts in the WYSIWYG editor. Where can this be done, and what do I change?

    Many thanks;

    Jamie
  • Ocean
    Senior Member
    • Mar 2004
    • 839
    • 3.0.3

    #2
    Originally posted by JimpsEd

    I'd like to resize the box in which you enter text etc. into posts in the WYSIWYG editor. Where can this be done, and what do I change?

    Many thanks;

    Jamie
    To change the Width:


    AdminCP/Style Manager/<Style Name>/StyleVars/Message Area Width (pixels)




    To change the Height:


    Open the "editor_toolbar_wysiwyg" template and Find:


    Code:
     
     
    <!-- internet explorer text area -->
    <div id="htmlbox" class="wysiwyg" tabindex="1" style="width:$stylevar[messagewidth]; height:250px; padding:8px">$newpost[message]</div>
     
    <else />
     
    <!-- mozilla text area -->
    <iframe id="htmlbox" tabindex="1" style="width:$stylevar[messagewidth]; height:250px"></iframe>

    Change the default values of "height:250px" to whatever you wish. (The number is in the Unit of Pixels)

    Note: Make sure you leave the "px" after the number. (i.e. "height:500px")
    Note: Change the Height parameter for both "internet explorer text area" as well as "mozilla text area"



    I hope that helps!
    echo $ocean_signature;

    ;)

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...