Hi guys...I followed a tutorial on how to amend the FCK editor in order to only allow customs styles to appear in the style dropdown menu in the editor....I managed to get the style to appear in the editor (via the XML file) but it doesn't actually do anything? Is there something I'm missing...the class in the style sheet is ok. Was wondering if it was something to do with the stylesheet name?? currently it's "orange_bg" which came with the skin.Any help would be great...thanks chaps.this is the XML... < styles > < style name="Move_Image_Left" element="div" > < Attribute name="class" value="move_image_left" / > < / style > < / styles >
This is the style....move_image_left{float:left; padding-right:10px;}DADDITION>>> I'm trying to understand whether the FCK editor uses the XML to load the css file from the skin folder to populate the Styles panel...OR...if it uses a completely different css file to populate the Styles panel. The tutorial talks about "skin.css" but my skin doesn't have that, instead it has "bg_orange.css" which is in a "styles" directory...So how do I get the FCK to use this file to popluate the Styles panel?? Does that make more sense? Thanks D