Hi. I'm new to the FCKeditor, and I am also having trouble with the default paragraph code <p> </p>, is there a way to change to <br>. I agree with adidaz, it makes horrible layout, making impossible to correct, even going to source and deleting the extra paragraphs, because FCK put it back over and over. Also, is there a way to make the justify to one line only, instead of the hole text? Thanks Rick
I started to use the version 2.2 of FCKeditor a few days ago and I note that all the text I write is considered as a single block. If I want a paragraph I have to open the source code and insert manually the tags <p> and </p>. Is there any mode to insert the paragraph tag automatically without open source code and put it manually? Thank you
Hi, you can set the two of the FCKEdtor config options that are: EnterMode (with br) and ShiftEnterMode (with p). So, when you are typing and press enter, go just to nex line and pressing Shift+Enter you have the paragraph.
I've done that, but it doesn't work it is supose to. It looks fine when editing, but when I go to my page, there are extra blank lines. Isn't there a way to change <p></P> to <br> ?
Re: How can I turn off auto append paragraph tag? (<p><
I agree with adidaz, it makes horrible layout, making impossible to correct, even going to source and deleting the extra paragraphs, because FCK put it back over and over.
Also, is there a way to make the justify to one line only, instead of the hole text?
Thanks
Rick
Re: How can I turn off auto append paragraph tag? (<p><
If I want a paragraph I have to open the source code and insert manually the tags <p> and </p>.
Is there any mode to insert the paragraph tag automatically without open source code and put it manually?
Thank you
Re: How can I turn off auto append paragraph tag? (<p><
These options are in the fckconfig.js file.
Regards
Re: How can I turn off auto append paragraph tag? (<p><
Re: How can I turn off auto append paragraph tag? (<p><