I tried placing the following Styles into a file and referencing it with the FCKConfig.StylesXmlPath setting in the config.js file.
What is odd is the first entry shows as a Styles menu item in the editor that is just white space, no text label in the menu. This behavior doesn't change until I change the value that is currently "footnote" to be something else.
What is going on here?
<Styles> <Style name='Footnote' element='p'> <Attribute name='class' value='footnote' /> </Style> <Style name="Altered" element="span"> <Attribute name="class" value="altered_text" /> </Style> </Styles>
What is odd is the first entry shows as a Styles menu item in the editor that is just white space, no text label in the menu. This behavior doesn't change until I change the value that is currently "footnote" to be something else.
What is going on here?