how to preserve formatting of html textarea
问题 the question is i have a textarea, from which if the text is copied and pasted to a word document it looses all formatings like fonts and colors only plaintext is retained. I am alrewady aware of Ckeditor and nicedit but i am trying to make my own implementattion of such editor . the question is what should be my approach? which direction i should start? Note: i am using javascript the code is below <html> <head> <script src="index.js" type="text/javascript"></script> <link rel="index.css"