Hi!
I want to remove <p> </p> in my FCKeditor.
It show's in the source like this
But i want it to show in the show without <p> </p>
Just pure html tags like <br /> and the text..
Short: i want to remove <p>
Please how do i do that?
Thu, 04/03/2008 - 20:01
#1
Re: <p> remove from the editor
Anybody?
Re: <p> remove from the editor
Re: <p> remove from the editor
FCKConfig.EnterMode = 'br' ; // p | div | br
Re: <p> remove from the editor
hi! thank you for your answer.
I have do like you wrote in your post.
But it dosent work.
In my file (fckconfig.js) it look like this:
And when i uploaded the file and try again in the editor in my adminboard, i wrtoe a few words and then click on source but the source was empty
Re: <p> remove from the editor
Re: <p> remove from the editor
remember to clear browsers cache.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: <p> remove from the editor
Re: <p> remove from the editor
Im going crazy any moment now!
I have insert:
I have empty broswer cache in IE and FF and restart the browser and the computer.
In my admin borad when i write text in the editor and click on source the text is not with <p> in the beginning.
But when i save the text and go in to my website and look in the sourcecode i can se the text is print with <p></p>
WTF is wrong with this editor?
Re: <p> remove from the editor
Bump, please help
Re: <p> remove from the editor
I remove all the text in the db and start a new topic with my editor and it works great now with
Thanks