[solved]fckeditorx background

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
danel
Forum Members
Forum Members
Posts: 12
Joined: Mon Jul 07, 2008 8:06 pm

[solved]fckeditorx background

Post 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 ?  ???
Last edited by danel on Wed Sep 24, 2008 8:38 pm, edited 1 time in total.
Connie

Re: fckeditorx background

Post 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,
danel
Forum Members
Forum Members
Posts: 12
Joined: Mon Jul 07, 2008 8:06 pm

Re: fckeditorx background

Post 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;
}
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm
Location: Helsinki, Finland

Re: fckeditorx background

Post by KO »

Why not add to "Body color CSS" text-box the following "background-color: #ffffff;"
This can be found in "Extensions" -> "FCKEditorX"
danel
Forum Members
Forum Members
Posts: 12
Joined: Mon Jul 07, 2008 8:06 pm

Re: fckeditorx background

Post 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 :)
badger

Re: [solved]fckeditorx background

Post by badger »

I found a better solution:

text-align: left; background-color: #ffffff;background-image:none;

badger
Post Reply

Return to “Modules/Add-Ons”