Wednesday, March 28, 2012

Text editor

I want to create a simple text editor for my site so that administrators can update website content without having to know html. So for example in the text box they hit the enter key and it automatically inserts the <p></p> tags, and of course more advanced functions.

Does anyone know a good tutorial or something that tells me how i can achieve this?

thanks.www.richtextbox.com
Hello,

maybe a "HTML viewing and editing" component which is developed by the "WebMatrix"-Team is very helpful for you. Even if this component is developed as a WinForms-Application in C# you can see the complete source for developing a text editor where you can input and format a free text and then convert it to HTML-source.

You can download the component here:HTML viewing and editing component

HTH,

0 comments:

Post a Comment