drupal & fckeditor
I have around 10 drupal installations for various work projects. I love them. Drupal *is* the awesomeness. As awesome as Drupal is, using a WYSIWYG editing module makes life so much easier for posts and pages. My choice is fckeditor. It has everything I need and could want.. it has the perfect auto exceptions (for putting limited or no editing on admin pages).. and in my opinion is better than other editors out there.
.. well, except when it decided (on my special themed sites) to take my background image and put it in the iframe for the editor. As in this example, on a number of the sites it is a rather dark image which makes the editing process a bit harder.
Happily, upon searching, I found a comment in the “Tips & Tricks” section of drupal.fckeditor.net that I don’t think had anything to do with my weird image issue. They mentioned adding the following line to the “Advanced options” section of the FCKEditor administration:
EditorAreaStyles = "body{background:#FFFFFF;text-align:left;}";
… and voila! White iframe happiness. :)
Categorized as tech