views:

154

answers:

2

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
+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
Perfect! Thanks for the advice. FCKEditor is quite a terrible name!
just_wes