Hi,
we use the FCKEditor on a Content Management System.
We didn't want that the FCKEditor defaultr add <p> araund a text or simple elements!
Useful for line breaks, but not if we want simple Text or blank page
Any idea to change this.
I hope some can help me!
Cheers
Felix
we use the FCKEditor on a Content Management System.
We didn't want that the FCKEditor defaultr add <p> araund a text or simple elements!
Useful for line breaks, but not if we want simple Text or blank page
Any idea to change this.
I hope some can help me!
Cheers
Felix

Re: How can i prevent the fckeditor to use <p> around text
In lines 120 and 121 of fckconfig.js you'll find the following code:
change entermode from 'p' to 'br' or 'div' and that should solve your problem. if you are using a custom congif file then just copy these lines as is into that file and then modify it as necessary.
hope that helps,
Brandon
Re: How can i prevent the fckeditor to use <p> around text
Re: How can i prevent the fckeditor to use <p> around text
I also hope in future to have adjustment for this behavior.
Re: How can i prevent the fckeditor to use <p> around text
http://www.fckeditor.net/forums/viewtopic.php?f=6&t=10171