Try having a look at the tinyMceEditorConfig.config file, which is found in the "config" folder - here you should be able to allow the entity in the content. If this does not work for you it's possible to disable tidy in umbracoSettings.config instead. However I do not recommend this.
Is there any reason why you're having a styled div inside your RTE? This seems like something that should belong in a template?
The reason is that i put all my html in editor becasue it has a lot of section and i can not create individualy section for each on editor. That why i put all the html in editor.
I got help from this link and impliment. This work syccessfully.
Tiny MCE remove tag
Hi All
I upgrade umbraco from 4.0.2 version to new version 4.5.2.
The problem is Richtext editor(Tiny MCE editor).
When i save
<div class="faq_greenbar">
</div>
Then i delete all the div and our html is distrub.
Plz any one has solution of this
Thanks
Muhammad Hussain
Hi Muhammad
Try having a look at the tinyMceEditorConfig.config file, which is found in the "config" folder - here you should be able to allow the entity in the content. If this does not work for you it's possible to disable tidy in umbracoSettings.config instead. However I do not recommend this.
Is there any reason why you're having a styled div inside your RTE? This seems like something that should belong in a template?
/Jan
HI Jan
Thanks for Response.
The reason is that i put all my html in editor becasue it has a lot of section and i can not create individualy section for each on editor. That why i put all the html in editor.
I got help from this link and impliment. This work syccessfully.
Please check is this helpful for me ?.
http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-%28tinymce%29/allow-any-markup-in-the-tinymce-editor
Thanks
Muhammad Hsusain
is working on a reply...