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)'}}]};
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>?