Yesterday I decided to work on upgrading from FCKeditor 2.6.5 to CKEditor 3.0.1, and I ran into a problem during the upgrade. I've searched this forum and the internet for an answer, but haven't been able to find one yet.
Replacement seems to work fine in Firefox 3.5, but doesn't work in IE7. Has anyone else experienced this problem?
Script code:
<textarea name='description' id='description'></textarea>
<script type="text/javascript">
CKEDITOR.replace( 'description', {width:'550', height:'300'} );
</script>
Image attached. Any help would be greatly appreciated...
Replacement seems to work fine in Firefox 3.5, but doesn't work in IE7. Has anyone else experienced this problem?
Script code:
<textarea name='description' id='description'></textarea>
<script type="text/javascript">
CKEDITOR.replace( 'description', {width:'550', height:'300'} );
</script>
Image attached. Any help would be greatly appreciated...