Hello again...
I still trying to override some html tags to simple html...
I putted this code into config.js and it's not working:
config.colorButton_foreStyle = {element:'font',attributes:{'color':null},overrides:[{element:'span',styles:{'color':'#(color)'}}]};
With this code, I want to override the tag <span style="color:#00000"> to <font color="#000000">
Please, help me to fix my code...
Re: How to override the element 'span'?
overrides is a feature that indented to help you recognize multiple form of HTML format as a style, it's not related to the output of the styles anyway.
Re: How to override the element 'span'?
So... how can I program CKEditor to use <font color>?