The theme looks great, but unfortunately it is unusable with fckeditor if the text area is dark since the text is dark as well.

How can I make the background of the fckeditor text area white with this theme?

Thanks!

Here's the screenshot: http://drupal.org/files/fckeditor_salamander_skin_1_issue_0.PNG

CommentFileSizeAuthor
fckeditor_salamander_skin_1_issue.PNG32.08 KBeMarv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eMarv’s picture

check the attachment. the link in the description is incorrect.

Florian’s picture

You should use the default css of fckeditor.

Rorywb’s picture

I just had the same problem with my marinelli theme and FCKeditor.
I fixed my problem this way:

# Edit FCKeditor profile, in the "CSS section" choose use theme css
# In modules/fckeditor/fckeditor.config.js, add the following:

FCKConfig.BodyId = "primary";
FCKConfig.BodyClass = "singlepage";

This should work for any theme. I found this out at this link, " http://drupal.fckeditor.net/tricks ".