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
Help with white text on a white background in the editor.
-
cyberman
Re: Help with white text on a white background in the editor.
Please go to editor settings (admin panel > extensions > FCKEditorX). There you will found an option to set "Body tag CSS". Write there
and you will see the text
...
Code: Select all
background-color: #000000;Re: Help with white text on a white background in the editor.
Many thanks for a quick and correct answer.cyberman wrote: Please go to editor settings (admin panel > extensions > FCKEditorX). There you will found an option to set "Body tag CSS". Write there
and you will see the textCode: Select all
background-color: #000000;...
Life is much easier now - at least where it relates to websites

