When creating tinymce with following content
<div><p>123</p></div>
you can't edit any content outside that div.
I can't find a way to add something before or after the div. Is this could be fixed somehow programmatically?
Here is sample (i styled div to show the problem): http://fiddle.tinymce.com/n3caab
and i don't want this paragraphs exist untils user may decide to create them
– BoomyJee Dec 16 '12 at 13:52