Re: Set fixed size of cutesoft text area

  •  11-08-2011, 5:09 PM

    Re: Set fixed size of cutesoft text area

    This advice may be obsolete...
     
    editor.StyleSheetPath = "mystylesheet.css"
     
    results in error..
     
     Microsoft VBScript runtime error '800a01b6'
    Object doesn't support this property or method: 'StyleSheetPath'
     
    Also, the following edit in a CSS has no effect...
     
    .editBox {  overflow:hidden; }

    Please advise if I am mistaken.
View Complete Thread