Hello world
I've set FCKeditor on my website, sometimes I use it normally but sometimes I want to work on the html source. When I edit html sources, I usually set some empty lines in order ton distinguish blocks. But FCKeditor seems to don't really like those empty lines and it deletes them.
After a search on the wiki and the forum I didn't find anything interesting about that.
So, how can I make FCKeditor keeps my empty lines ?
Thanks for your help.
I've set FCKeditor on my website, sometimes I use it normally but sometimes I want to work on the html source. When I edit html sources, I usually set some empty lines in order ton distinguish blocks. But FCKeditor seems to don't really like those empty lines and it deletes them.
After a search on the wiki and the forum I didn't find anything interesting about that.
So, how can I make FCKeditor keeps my empty lines ?
Thanks for your help.
Re: Make FCKeditor keeps my empty lines
But maybe you can comment the empty lines? Or does Fck rewrites that to?
Re: Make FCKeditor keeps my empty lines
More concretely, FCKeditor transforms this code :
into this :
And by the way, it breaks my indentation !