2
answerd earlyer, here under the fix:
If your theme is overiding the background colour of your html editor, then try this.
Edit: class/xoopseditors/tinymce/tinymce.php and comment out the following line around line 80:
$this->setting["content_css"] = implode( ",", $this->loadCss() );
I am not exactly sure this is the proper fix, but it should do till we can get a proper one.
Catz