I have a problem with Ckeditor, I'm instantiating the link to access the main code of the ckeditor and putting the respective ids in my fields, I have already downloaded the ck editor folder for my server, except that the editing field does not appears on the screen. follows part of my code:
<html>
This is my textarea to be replaced with CKEditor. // Replace the with a CKEditor // instance, using default configuration. CKEDITOR.replace ('editor3');