You are hereBlogs / sean's blog / Wysiwyg module
Wysiwyg module
Started using the wysiwyg module which in turn uses (for example) ckeditor (the follow-on for fckeditor), via a common api.
Some tuning is needed:
- If there is a background image on body, to prevent it from appearing in the editor window too, tie the background image to body.not-front, body.front instead of just body.
See also http://drupal.org/node/487704.
This fix worked with some thems, not with others (e.g. giordani: in this case the only fix seemed to be not to use the fckedit input format... must get to the bottom of this..) - Install imce_wysiwyg as well as imce for image browsing/upload to work.
See also http://himerus.com/blog/himerus/inline-images-drupal-wysiwyg-api-tinymce-and-imce - Paths to exlcude from the editor:
*edit-user-registration-help*
*edit-code*
test*
Input formats: Filtered HTML
<p><br><table><tbody><tr><td><span><div>
<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img> <div> <pre> <address> <h1> <h2> <h3> <h4> <h5>
Issues
Which editor to best preserve source?
http://drupal.org/node/789172
Tags
