Witam, chciałbym utworzyć nowy styl w rozwijanym menu w fck editorze. Na fck wiki znalazłem aby to zrobić wystarczy w pliku fckstyles.xml stworzyć własny styl na wzór coś takiego
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Styles>
  3.      <Style name="Moj styl" element="object">
  4.        <Attribute name="style" value="clear:both" />
  5.    </Style >
  6.      <Style name="Custom Italic" element="em" />
  7.      <Style name="Title" element="span">
  8.            <Attribute name="class" value="Title" />
  9.      </Style>
  10.      <Style name="Code" element="span">
  11.            <Attribute name="class" value="Code" />
  12.      </Style>
  13.      <Style name="Title H3" element="h3" />
  14.      <Style name="Custom Ruler" element="hr">
  15.            <Attribute name="size" value="1" />
  16.            <Attribute name="color" value="#ff0000" />
  17.      </Style>
  18.      
  19. </Styles>

Oczywiście mój styl nie dodaje sie do listy rozwijanej :/
Link do wiki http://wiki.fckeditor.net/Developer's_...guration/Styles
Może ktoś wie co trzeba jeszcze zrobić lub jaki plik wyedytować aby to zadziałalo