Hello
I think I may have the solution to the difficulty of viewing/editing text using FckEditor, which takes the background colour of the skin and displays it in the text editing area. This is ok when the skin background colour is light, but a problem, when the background colour of the skin is very dark.
This is an extract taken from my skin, as you see my background colour is very dark. Directly under my body class setting, I have set a div especially for dnn with a background colour of white, it seems to work, so far:
body {background: #0D1D43; text-align: center; height:95%;} #__dnn_body{background:#fff;}
I have since found that I can now view my text on a white background, even though my css body class for the skin is set to almost black.
I have not tested this extensively, I have only applied this to one skin as yet.
I hope this helps.
Lynn
|