tags in CKEditor 3.0
Is there a possibility to turn off the automatic enclosing of all written content within
in CKEditor 3.x?I tried
CKEDITOR.con
Edit the source (or turn off rich text) and replace the p tag with a div. Then style the div any which way you want.
ckEditor won't add any wrapper element on the next submit as you've got the div in there.
(This solved my issue, I'm using Drupal and need small snippets of html which the editor always added the extra, but the rest of the time I want the wrapping p tag).