<!-- clean editor content with use of tidy --> <TidyEditorContent>false</TidyEditorContent>
in the tinyMceConfig.config, I've removed all "+" and "-" from before the validElements (with the exception of "strike") to basically allow everything (though, as I understand it, this is probably unnecessary if html validation is turned off)
I've touched the web.config file by adding a comment at the end of the file and modifying it, saving it to change the time stamp, and then doing an IIS reset, but all to no avail. TinyMCE3 is still modifying my HTML (most especially removing nested <div> tags, removing ID attributes, among other things.
I've read something about setting "verify_html" to "false" on the TinyMCE forums website, but I'm unsure of how to do that, or if it is even applicable in Umbraco.
Am I missing something? Is there something else that needs to be done to turn this feature off? I simply don't want Umbraco rewriting or stripping my code if I edit the HTML.
Turning off HTMLTidy in the Rich Text Edior (TinyMCE3)
I've been tryin to turn off the HTMLTidy validation in TinyMCE3, as per the instructions of dandrayne here:
http://our.umbraco.org/forum/using/ui-questions/6493-prevent-the-tinymce-editor-from-rewriting-the-html
in umbracoSetting.config (lines 40-41):
in the tinyMceConfig.config, I've removed all "+" and "-" from before the validElements (with the exception of "strike") to basically allow everything (though, as I understand it, this is probably unnecessary if html validation is turned off)
I've touched the web.config file by adding a comment at the end of the file and modifying it, saving it to change the time stamp, and then doing an IIS reset, but all to no avail. TinyMCE3 is still modifying my HTML (most especially removing nested <div> tags, removing ID attributes, among other things.
I've read something about setting "verify_html" to "false" on the TinyMCE forums website, but I'm unsure of how to do that, or if it is even applicable in Umbraco.
Am I missing something? Is there something else that needs to be done to turn this feature off? I simply don't want Umbraco rewriting or stripping my code if I edit the HTML.
Thanks in advance
Did you find an answer to this Mark? I'm having the same issue. Gotta hate tinyMCE sometimes. :)
is working on a reply...