I hope I'm crazy and there's some simple answer to this, but when I have a structure such as this created in an editor using the <div> button,
I can't get out of that DIV. The cursor refuses to exit it (by going further down to the next line, outside of the DIV). If I try to add a new DIV as is, it is created inside the parent DIV, which is silly.
This seems like such simple and obvious functionality, and it confounds me that this seems to be such a difficulty. Can you not use CKEditor to place multiple DIV's? In this specific site, users must be able to add multiple <divs> that add a styled box behind multiple paragraphs.
Anyone? I'm surprised I haven't found more comments on this, as I see it to be a pretty big deal.
<div class="box"> <p>Some text</p> </div>
I can't get out of that DIV. The cursor refuses to exit it (by going further down to the next line, outside of the DIV). If I try to add a new DIV as is, it is created inside the parent DIV, which is silly.
This seems like such simple and obvious functionality, and it confounds me that this seems to be such a difficulty. Can you not use CKEditor to place multiple DIV's? In this specific site, users must be able to add multiple <divs> that add a styled box behind multiple paragraphs.
Anyone? I'm surprised I haven't found more comments on this, as I see it to be a pretty big deal.