Topic: Nested Div Problem
Hi Friends,
I am new to TinyEditor, i am facing one problem.Please help me out.
I am trying to insert nested divs, but its not working properly.Below is the code :
<div>
<div>
hey Frndzzz
</div>
</div>
Output :
<div>
hey Frndzzz
</div>
Why its removing parent div ?
Thanks
Anuj