What is the most common way people preserve basic formatting elements like bold emphasis and italics when copying to a textarea from an MS Word document. I noticed that Gmail does this well and StackOverflow does not. Are there common frameworks that do this?
+3
A:
We use FreeTextBox as a replacement for multiline textarea's in ASP.NET, the rich text entered here retains its formatting when cut and pasted into word.
RandomNoob
2010-02-23 19:02:00
+5
A:
Probably one of the most common rich text controls used is FCKEditor (now, thank God, named CKEditor). It does a really great job at preserving format when pasting from Word.
Otaku
2010-02-23 22:58:33
Perfect! Thanks for the advice. FCKEditor is quite a terrible name!
just_wes
2010-02-24 13:49:20