Developer forum

Forum » Templates » FCKEditor - Font color!

FCKEditor - Font color!


Reply
I've got a slight problem with a style in my editor:

    <Style name="Hvid" element="span">
        <Attribute name="class" value="Bjaelke" />
        <Attribute name="style" value="color:#FFFFFF;" />
    </Style>

This works, but the problem is that the name "Hvid" now appears on a white background in the dropdown of the editor.

Can I put a background color on the dropdown list or a different color?

Replies

 
Nicolai Høeg Pedersen
Reply

My best bet is taking a look at the docs for fck editor styles:

http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Styles

 

You must be logged in to post in the forum