Re: Installing CuteEditor 6.3 in Forum YetAnotherForum

  •  04-14-2010, 9:17 PM

    Re: Installing CuteEditor 6.3 in Forum YetAnotherForum

    RichP714:
    The above solution works for IE browser, with the proviso that the editor is not as wide as I'd like, and I can't get it any wider.
     
    Some members using firefox report a very short window (less than one line of text in height) as shown below:
     
    any ideas on either of these issues?
     
     
    Hi RichP714,
     
    Try the setting below
     
     _editor.Width = Unit.Pixel(720);
     _editor.Height = Unit.Pixel(400);
     
    Regards,
     
    Ken
View Complete Thread