FCKeditor
FCKeditor is a WYSIWYG text editor that allows users to add content without having knowledge of HTML . It is used mostly in web applications and works similar to MS Word or OpenOffice.org. FCKeditor does not require users to install any software to their computer. The editor will run directly in the browser.
Drupal also supports FCKeditor as a module. The process of using FCKeditor in Drupal is as follows:
1. Install the FCKeditor module.
2. Download latest version of FCKeditor from http://www.fckeditor.net/download. Keep in mind that you have to download FCKeditor (not FCKeditor.Net, it's for ASP.Net, nor FCKeditor Java, it's for Java developers).
3. Unzip the FCKeditor module and place it into drupal/sites/all/modules folder.
4. Unzip the FCKeditor and place it in FCKeditor module's folder, i.e. drupal/sites/all/modules/fckeditor/fckeditor
5. Set the access rights to authenticated and anonymous users by going to Administor->Users->Roles
That's it...enjoy using FCKeditor in your Drupal website. All of your website's textfields will be replaced by FCKeditor's rich textbox. You have the option at runtime to use either FCKeditor or Drupal's core textfield.
