Page 1 of 1
[solved]fckeditorx background
Posted: Wed Sep 24, 2008 4:00 pm
by danel
hey
got some issues with fckeditorx, it gets its background from website design and i havent figured out yet how to get it back to default. i have set background color to blank and same for body tag css and no use. but it shows correctly in testing area ...
using cmsms 1.4 and fckeditorx 1.0.3
any help ?

Re: fckeditorx background
Posted: Wed Sep 24, 2008 4:30 pm
by Connie
so you used the configuration possibilities in the editor module configuration?
and where did you set the CSS? In the CSS of your page or in the CSS for the editor?
check for the file FCKeditor/editor/css/fck_editorarea.css
maybe that helps,
Re: fckeditorx background
Posted: Wed Sep 24, 2008 5:36 pm
by danel
Connie wrote:
so you used the configuration possibilities in the editor module configuration?
and where did you set the CSS? In the CSS of your page or in the CSS for the editor?
check for the file FCKeditor/editor/css/fck_editorarea.css
maybe that helps,
yes i used conf. possibilities in editor module configuration and set css from the editor
if i edit that css then 1) editor wont work anymore 2) it removes background color but leaves background image
this is body css :
body {
margin: 0px;
background: url(
http://siim.wundergrounds.ee/hiiumaanoo ... d_hele.png);
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-color:#D9E5A3;
}
Re: fckeditorx background
Posted: Wed Sep 24, 2008 8:31 pm
by KO
Why not add to "Body color CSS" text-box the following "background-color: #ffffff;"
This can be found in "Extensions" -> "FCKEditorX"
Re: fckeditorx background
Posted: Wed Sep 24, 2008 8:38 pm
by danel
KO wrote:
Why not add to "Body color CSS" text-box the following "background-color: #ffffff;"
This can be found in "Extensions" -> "FCKEditorX"
that didnt worked but i did this way ->
text-align: left; background-color: #ffffff;background-image:url(
http://danel.wundergrounds.ee/vajalik/untitled.gif);
which untitled.gif is plain white picture and works fine now

Re: [solved]fckeditorx background
Posted: Mon Oct 13, 2008 11:58 pm
by badger
I found a better solution:
text-align: left; background-color: #ffffff;background-image:none;
badger