Hi,
I noticed that CkEditor has problems with using entermode br ( mainly slowness after typing text for a long time ).
So i'm looking into the other entermodes ( p and div ) .
I see that entermode p is adviced by CkEditor.
However , this introcudes margins below the content , which is not desired ( as the users are not used to typing paragraphs ).
So , i was thinking of using entermode div , which seems more correct in this case.
However, i want to avoid introducing problems by using entermode div. Are there known differences in behaviour between entermode p and entermode div ?
Thanks,
Kenny