I have created a custom style (using DNN 4.9.4) using an XML file but i obviously did something wrong because FCKeditor has now reverted back to the standard list in the format dropdown. How to I tell FCKeditor/DNN not to use my xml file and to use whatever it had before because at least that worked although i had more than I wanted in the format dropdown.
thanks in advance for any help.
Nathan
thanks in advance for any help.
Nathan
Re: Custom Style issue
In the default setting the editor uses 'fckstyles.xml'. In this file all styles are defined.
Now you have two solutions:
- in fckconfig.js renaming to 'fckstyles.xml' to your file with styles
- editing fckstyles.xml (in the same folder as fckconfig.js) with your styles
Re: Custom Style issue
Thanks again for your help.