Hi,
We're using CKEditor in our ASP.NET website, so are utilising the control "<CKEditor:CKEditorControl />"
We are using the editor to allow HTML and recently discovered that we need to set config.fullPage = true; in the config.js file.
This change has meant that the development version of the site is now working, so when we call OurEditor.Text we get the full HTML contents of the editor.
However, we uploaded the new config file to our production server and it doesn't seem to be using the fullPage setting. And instead continues to wrap our HTML in <p> tags etc.
Any idea what we may be doing wrong?
We have cleared cache's on browsers, didn't help..
Thank you
So I have been investigating
So I have been investigating further - I.E will use the fullPage, though FireFox and Chrome won't. This is very frustrating...