It looks like any inline javascript is breaking CK Editor for me. The javascript snippet that is breaking it for me on a couple of pages is:
I don't need to be able to edit the javascript per se but when my users are done editing the page with CK Editor I would like to make sure that the javascript snippet gets resaved along with the updated content.
Any ideas?
<script type="text/javascript"> new fadeshow(fadeimages3, 191, 189, 0, 3000, 0); </script>
I don't need to be able to edit the javascript per se but when my users are done editing the page with CK Editor I would like to make sure that the javascript snippet gets resaved along with the updated content.
Any ideas?

Re: Inline Javascript breaking CKEditor
Do you get javascript errors?, does the HTML of your page validate?
Re: Inline Javascript breaking CKEditor
Re: Inline Javascript breaking CKEditor
viewforum.php?f=11
Re: Inline Javascript breaking CKEditor
Now I have to figure out how to terminate javascript functions that are looping in the background so my page doesn't error out when I try to swap in new content (=.
Thanks.