Hi,
We're using CKEditor 3.5.3 on our system and have a slightly strange issue happening with Divs. We have documents which are generated using a template where sometimes a Div can have content and sometimes it might be empty. In our old editor (Kupu) the empty divs would be ignored when the document was edited, but in CKEditor we get a blank line which we need to remove.
If we look at the source of the document the div has been created as follows:
<div>
</div>
which creates a blank line in the document. If we go into the source and change it to:
<div></div>
and then flip back to WYSIWYG editing (or save it) it puts the </div> onto the next line again and we are left with a blank line again.
I've tried searching the Forum and finding this information in the Documentation but couldn't see anything about this. Anyone have any ideas on how we can make CKEditor ignore the blank divs or at least put the tag all on one line?
Thanks,
Caroline