Wysiwyg API module

Provide users a WYSIWYG editor with image support in Drupal

So you want to know how to allow a client or staff member to edit HTML content via a WYSIWYG editor w/ integrated and easy to use image support? We do this with Wysiwyg API, IMCE & IMCE Wysiwyg API bridge modules. The IMCE Wysiwyg API bridge module is a support module to bridge between IMCE image upload/browsing capability and Wysiwyg editors, so have them both installed and working first. Following are my quick notes to provide Drupal users a WYSIWYG editor with image support:

Wysiwyg API module in Drupal 5 & 6 = So many Wysiwyg editors!

The WYSIWYG API module allows to users of your drupal site to use many different WYSIWYG (What You See Is What You Get) Web browser based editors for editing content. This module looks to be the up and coming WYSIWYG module and is over taking the other modules of this type. This module depends on third-party editor libraries, most often based on JavaScript. Follows are my quick and dirty set up notes:

Subscribe to Wysiwyg API module