WYSIYSG

WYSIWYG module can handle multiple editors, and you need to install library

made directory “libraries”   (mkdir libraries)
in public_html/olcc/sites/all
cd to libraries

wget [http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.1.1/ckeditor_4.1.1_standard.zip ]

NOTE: On 5/3/2013, the above file was not recognized (see below - I had to unistall and reuse version 3.6), and USE http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6.1/ckeditor_3.6.6.1.zip


unzip [zipfile

  NOTE:  Version 4.1.1 COULD NOT BE DETECTED

rm [the zip file]
cd to ckeditor folder
rm –rf ./*

go back up one folder (cd ..)
rmdir ckeditor

Start over with older version for drupal 7.22

USE http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6.1/ckeditor_3.6.6.1.zip

+++++++++++

Note, a conflict arises with lexicon and the mail handler/subscription module, in that you need to enable lexicon through the WYSYIG editor, and that places html code into the emails.  We may need to try a different editor.

+++++++++

Note, the default filtered html does not have <p> or <br>, and you need to add them!