How to maintain text formatting in a Richtext field on the web

I have a Help form for a web application. Currently I have typed the help related text directly on the form and when users click on the Help button on the website I display this form. Now the users want the Help text to be maintained by them. I was thinking may be I should create a RichText field and put the help text in there and save the document. When the Admin users want to change the text they can change it as needed. My question is how do i maintain the text formatting? I mean i want some text to be bold , some text to be underlined etc.Any help is appreciated.

Thanks,

Goutham

Subject: How to maintain text formatting in a Richtext field on the web

Hello,

For this type of requirements we have to use the richtext editors, those will provide facilities like formatting the text, aliging…etc to the user.

There are so many opensource codes to implement richtext editors. search for them in web.

Thanks

Sreedhar