Help with white text on a white background in the editor.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
madman
New Member
New Member
Posts: 3
Joined: Mon Nov 13, 2006 11:14 am

Help with white text on a white background in the editor.

Post by madman »

I just did a makeover on the templates and stylesheets on my cms website.
Although I am a raw beginner, I just followed some recipes from a book and really got a nice look.
Its so easy to change templates and stylesheets - I love it...

Now the problem:
I used a dark background and white text. The text colour is set in the stylesheet, and it does come
out white on the site. However, in the editor inside CMS the text in the edit box is now white on
a white background and therefore hard to edit. I can do ctrl-a to select all, and change it to black
but then I have to remember to reset it when I save, else the website is almost unreadable.

Is there an easy way around this?

Paul
cyberman

Re: Help with white text on a white background in the editor.

Post by cyberman »

Please go to editor settings (admin panel > extensions > FCKEditorX). There you will found an option to set "Body tag CSS". Write there

Code: Select all

background-color: #000000;
and you will see the text  ;) ...
madman
New Member
New Member
Posts: 3
Joined: Mon Nov 13, 2006 11:14 am

Re: Help with white text on a white background in the editor.

Post by madman »

cyberman wrote: Please go to editor settings (admin panel > extensions > FCKEditorX). There you will found an option to set "Body tag CSS". Write there

Code: Select all

background-color: #000000;
and you will see the text  ;) ...
Many thanks for a quick and correct answer.

Life is much easier now - at least where it relates to websites

;D
Post Reply

Return to “CMSMS Core”