kentico_zdenekc
-
3/19/2009 12:06:07 PM
RE:FCKEditor Style DropDown
Hi,
yes, I know what you're reffering to.
Are you using styles for <div> elements? For instance the devguide article example:
<Style name="Green text" element="div"> <Attribute name="class" value="GreenText" /> </Style>
The problem is that the dropdown list items get styled only if the style is for <span> tags.
This is a behavior of FCKeditor, so you will need to modify the editor source code to change this.
Please correct me if I'm missing something - the styles from your screenshot are for "span" elements, right?
Regards, Zdenek C.
|