hi
i have a ckeditor on an insert page and on an update page.
every time i update an article it adds multiple <p> tags. how can i chenge that?
best regards
i have a ckeditor on an insert page and on an update page.
every time i update an article it adds multiple <p> tags. how can i chenge that?
best regards
Re: hi adding multiple <p> tags
config.shiftEnterMode = CKEDITOR.ENTER_BR;
config.enterMode = CKEDITOR.ENTER_BR;
I can't imagine anyone wanting the default paragraph settings for the enter mode. Could you imagine if any document editor added a paragraph everytime you pressed enter. In most peoples minds, enter means new line not new paragraph. Anyway at least it's flexible enough to fix.