On a site I work on for a non-profit that does alzheimer's care, the main content on many pages consists of a

with two divs inside side by side. If the user (not me) edits the content of one of these divs the ckeditor automatically adds

tags after the last close div breaking the page formatting and adding space outside the bottom border. Unfortunately this means the technically non-savvy content editor has to make sure she removes the

 

at the end of the page any time she edits any page on the entire site.

I've added a screenshot here:
http://i.imgur.com/jM4gF.jpg

Comments

Seb_CKSource’s picture

CKEditor converts empty paragraphs to &nbps;. Check this link for advice on how to counter the function.