Hi,
When we try to insert the following HTML markup inside the RTE field in source edit mode, the RTE strips off both the <style> tag and "id" attribute of "div" tag from the inserted HTML
<style>
#tp-left-menu {
height: 489px !important;
}
</style>
<div id="tp-left-menu">
...
I am not sure if this is the expected behavior, if it is, is there a way to override this behavior?
On the same lines, is there a support available to configure TinyMCE RTE in CQ
Environment: Adobe CQ6 Beta
Thanks, Prabu