User646364117 posted
I downloaded ckeditor and installed it. Then I found this site that provides a wrapper for it that makes it easier to use in .net
http://www.existenz-software.fr/main.aspx?lang=EN&page=tools
The question I have is how to use it.
You can access its contents via the text property. This is now formatted text.
1. How to save so that formatting isn't lost? htmlencode?
2. How do you retrieve the data and display? Htmldecode?
3. How do you prevent other people from editing content on a site that does not require login?