Hello last week on friday I tryed your CKEditor_3.6.4 version. I followed integration steps and made easy form
<head> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> </head> <body> <textarea id="editor1" name="editor1">Initial Value</textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </body> </html>
Re: CKEditor don't work anymore
P.S. I just tryed the same page to visit from different PC's with the same Chrome version, on different PC it works good, on my not..