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>
This is the default editor behaviour. See the config.autoParagraph option.
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>
Do not change the source files. See this article on where to set editor configuration: http://docs.cksource.com/CKEditor_3.x/D ... igurations
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>