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