Text Editors (wysiwyg)

Text editors replace textarea fields in forms and allow you to easily format your content.

Version 1.6 has three choices which can be set in the config.php file. (None, TinyMCE, or FCKEditor)

$wysiwyg = 0;  Will turn off the editor and will diplay just a regular text area.

$wysiwyg = 1; Will show the chosen editor.

$wysiwyg_type = "tinymce"; Sets which editor to use.

These settings can be changed at any time but be aware that if you shut off the editors and go back to a plain textarea you will see the html code in fields that were saved while the editor was active.