I need a WYSIWYG HTML editor that allows us to configure a range of styles that the user can select to format the text tin order o get reliable formatted output without fear of messing up the site.
We need to be able to lock down the other formatting features as much as possible so that they can't just create any style they want.
The target application is being built in ASP.Net 2.0 so an ASP.Net web control or a javascript only solution would be ok.
The control should produce nice HTML and not fill the source with spurious junk tags or use any deprecated HTML.
Please provide an example that shows the style selection capability and formating locked down.
Submit a new solution to this problem >