Hi,
theres one small thing that i just cant find how to remove.
The editor always automatically inserts text within paragraph tags (like: <p>txt</p>)
How to remove that? because the paragraph tag is creating unneeded space from the top.
How to remove that thing completely off?
I'm using PHP editor type, not js.
Version: 2.6.4.1 (Build 23187) - and don't want to update only of course if that fix the problem, but as i see in demo of new version it have the same thing in it the paragraph tags seams to live forever its so hard to kill them
as I've been looking for that answer for about one week, for now its a extra urgent thing for me, so i would be very very very thankful for any of your answer. Great thanks.
Wed, 09/09/2009 - 13:42
#1
Re: removing paragraph tag
hi i think I've finally found this thing
simply change
FCKConfig.EnterMode = 'p' ;
to
FCKConfig.EnterMode = 'br' ;
in fckconfig.js file
its seems working fine now. Good bless line breaks