Is there any way to force FCKEditor under Firefox to format paragraphs into <p> tags? Under IE, Enter creates a new paragraph (<p>...</p>), and everything is grouped up into paragrahs. In Firefox, however, line breaks are entered as <br />s and text is only grouped into paragraphs if the Font Format is explicitly set to Normal.
This is an issue because we use FCKEditor as part of a content management system, and on the front end, the CSS in the design usually requires text to be in <p> tags to be formatted properly.
Is there any way to change this behavior in Firefox? I didn't see any configuration options for this other than UseBROnCarriageReturn (which is set to false anyway). If not, where should I look in the code to modify this behavior?
This is an issue because we use FCKEditor as part of a content management system, and on the front end, the CSS in the design usually requires text to be in <p> tags to be formatted properly.
Is there any way to change this behavior in Firefox? I didn't see any configuration options for this other than UseBROnCarriageReturn (which is set to false anyway). If not, where should I look in the code to modify this behavior?

RE: Forcing Firefox to insert <p> instead of
https://sourceforge.net/forum/message.p ... id=3215107
RE: Forcing Firefox to insert <p> instead of
RE: Forcing Firefox to insert <p> instead of
RE: Forcing Firefox to insert <p> instead of
RE: Forcing Firefox to insert <p> instead of
RE: Forcing Firefox to insert <p> instead of
http://bugzilla.mozilla.orghttps://bugzilla.mozilla.org/show_bug.cgi?id=348149
RE: Forcing Firefox to insert <p> instead of
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Forcing Firefox to insert <p> instead of