I everyone, I'm having a problem with the FCK, I'm working on a CMS with on place editing, anyway each time I click on the edit btn the editor adds at the last line a <p> </p> or a <br /> depends on the enterMode, This is driving me crazy if I edit 5 times the text then when I go to the content itself will have like five blank lines at the bottom.
Anyone know what can i do about it?
Thanks in advance
Anyone know what can i do about it?
Thanks in advance
Re: FCKEditor adds <p>&nbsp;</p> to the last lin
wow.. I wish I could help.. but that's the very reason i'm here!
suddenly becomes
when I edit it!! or look at it.. or anything!
my fcconfig.js seems configured correctly as:
it looks like crap.. and I can't see how to fix it.. any help would be totally appreciated!
regards
Strat
Re: FCKEditor adds <p>&nbsp;</p> to the last lin
the related problem i'm having is that.. I'm getting a doubling up of the tags.
so I'll define something in <p>blah blah</p> tags.. and I'll get an extra <p> </p> after it..
if I have something like this: <p> blah blah blah <br /> blah line two</p>
I'll get: <p> blah blah blah <br /><br /> blah line two</p><p> </p>
it doesn't seem to keep adding them - so maybe it's not the same problem