Hello,
Within fckconfig I have set
FCKConfig.FormatSource = false ;
FCKConfig.FormatOutput = false ;
The problem is when I switch from source to WYSIWYG the the editor is still formatting my data. You can see an example at http://www.traffic101testserver.com/test4.php.
Switch to source then type in <P>Hello world!<br> no switch to WYSIWYG and it get's formatted to <p>Hello world!<br /> </p>
I need it to remain exactly the way I had it.
Any thoughts?
Thanks AJ
Wed, 05/02/2012 - 23:29
#1
Re: issues with FCKConfig.FormatSource
Second, I do believe the above code only forces the editor to remove "lines", putting the code into a single line.
Try using this code:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!