Hi,
I need to set the default font color of the editor such that when typing in the editor the color should be red by default.
Also, when looking at the source the appropriate span tags should be applied to the source for the default color.
Example:
If the user types 'hello' in the editor, automatically the source should be as below:
Many Thanks in advance.
I need to set the default font color of the editor such that when typing in the editor the color should be red by default.
Also, when looking at the source the appropriate span tags should be applied to the source for the default color.
Example:
If the user types 'hello' in the editor, automatically the source should be as below:
<span style="color: #f00">hello</span>I tried changing content.css but it only changes the color in the editor but the source remains unaffected.
Many Thanks in advance.

Re: configuring default font color in the source
I am working on a very tight schedule for a particular task and I really need help on this.
I need the source to reflect the default color because this source is transfered and displayed on a report.
Please help.
Thanks again
Re: configuring default font color in the source
Can someone atleast please say if this is possible or not.
Any help or work around on this would be really great.
Many Thanks
Re: configuring default font color in the source
is CKEDITOR.config.font_style the way to do it.
I tried and it doesnt seem to work.
any basic example will be helpful
Re: configuring default font color in the source - help plea
such an un-helpful forum for such a good product
Re: configuring default font color in the source - help plea