I have slowly but surely been getting CKEditor to act as I like. The one requirement is to use <br /> instead of <p>. I have this working.
My problem now is, I can not seem to leave an empty value. If I empty the editor and submit, it will return with a <br /> tag inside. Is there any way to allow for an empty (no value) editor?
This causes huge problems as the user enters content into these boxes, and many of them are optional so having <br /> inserted causes layout issues.
Is there any way to get around this. Your help will be appreciated.
Craig
My problem now is, I can not seem to leave an empty value. If I empty the editor and submit, it will return with a <br /> tag inside. Is there any way to allow for an empty (no value) editor?
This causes huge problems as the user enters content into these boxes, and many of them are optional so having <br /> inserted causes layout issues.
Is there any way to get around this. Your help will be appreciated.
Craig

Re: Leave CKEditor empty.
Anybody have the solution?
Seems to happen only with Firefox
Re: Leave CKEditor empty.
Re: Leave CKEditor empty.
Re: Leave CKEditor empty.
Re: Leave CKEditor empty.
Small little thing that is kinda odd if it's there on purpose.
Anywho, I just strip out the <br /> tags and make sure the editor isn't empty when I'm doing my data-checking after form submissions.
Re: Leave CKEditor empty.
http://dev.fckeditor.net/ticket/5638
Re: Leave CKEditor empty.