Hi all,
Whenever i put the cursor inside the ckeditor
a html tag <p> will appear automatically.
How can i stop this feature?
My problem is after i created a table, there is still some code like "<p> </p>" at the bottom of my source code.
Thanks
Grace
Whenever i put the cursor inside the ckeditor
a html tag <p> will appear automatically.
How can i stop this feature?
My problem is after i created a table, there is still some code like "<p> </p>" at the bottom of my source code.
Thanks
Grace

Re: The problem of <p>
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: The problem of <p>
However, when i created a table, <p> tag will still appear at the bottom ?
Thanks
Grace
Re: The problem of <p>
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: The problem of <p>
var editor = CKEDITOR.replace( 'topLeftId', { language: 'zh', autoParagraph: false, enterMode: CKEDITOR.ENTER_BR });