Is there an HTML editor where the user can enter text in WYSIWYG mode, and that returns the edited text as HTML?
What I want to build is a “Email Template Preview” app. So, I want to feed the editbox with HTML code, the user has the ability to change it, and the result should be the edited HTML. Only thing is, the uses should be able to edit the text in WYSIWYG mode. Just like an email composer.
Thanks!