Greetings,
I want to know if it is possible to stop tinyMCE from adding closing divs to the text.
For example if I enter this text:
<div id="content">
<div id="section-content">
<h3>Our Work</h3>
It then becomes this:
<div id="content">
<div id="section-content">
<h3>Our Work</h3>
</div>
</div>
I do not want those 2 closing divs that are added on to the end.
I tried setting verify_html : false but no luck.
FCK Editor does the same thing so is it possible to do this with that editor as well?
Is this possible?
Thanks, -Ian