Re: Set fixed size of cutesoft text area

  •  11-08-2011, 5:57 PM

    Re: Set fixed size of cutesoft text area

    This is not working for me yet.
     
     I have tried using .editBox and .editbox (case sensitivity?)
     
    .editBox
    {
        overflow:hidden;
    }
     
    I have also tried using...
    editor.EditorWysiwygModeCss = "local.css" 
    and...
    editor.EditorWysiwygModeCss = "/folder/example.css" 
View Complete Thread