Unfortunatelly, this option doesn't solve the issue. Indenpendetly from this setting, fckeditor is automatically enclosing ALL your typed text between <p> and </p> tag.
I have just posted exactly the same message about this.
But I think i will remove FCKeditor because it sux a lot, there is many bug with the <p> and everything, I think they never correct with the feedback, because they just do it for people who paid for a licence and support
The problem behaviour in this case is hard to explain because it is not the enter command (or return key) <p> or </br> that is the problem. It is the automatic insertion of the <p> tags for either empty text areas or for content that is brought into the editor from another text field that did not have enclosing <p> tags.
So it may have more to do with this setting which I have not had time to try yet:
Re: How to remove <p> tag from fckeditor output?
There is a configuration option called "EnterMode"
http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnterMode
Re: How to remove <p> tag from fckeditor output?
Re: How to remove <p> tag from fckeditor output?
Re: How to remove <p> tag from fckeditor output?
If I just type in some text with pressing return, ckeditor will still put <p> around it.
How can this be stopped?
Re: How to remove <p> tag from fckeditor output?
But I think i will remove FCKeditor because it sux a lot, there is many bug with the <p> and everything, I think they never correct with the feedback, because they just do it for people who paid for a licence and support
Re: How to remove <p> tag from fckeditor output?
So it may have more to do with this setting which I have not had time to try yet:
FCKConfig.FillEmptyBlocks = true or false ;