Hi...
I'm using the CKEditor in a administrative area from a Flash site...
The problem is: I have to use simple html tags because of the Flash...
Example:
The CKEditor returns this tag when I put the red color in a text
The right code for my flash site is:
How can I do that??
Thank you
I'm using the CKEditor in a administrative area from a Flash site...
The problem is: I have to use simple html tags because of the Flash...
Example:
The CKEditor returns this tag when I put the red color in a text
<p><span style="color: rgb(255, 0, 0);">Thats my text</span></p>
The right code for my flash site is:
<font color="#FF0000">Thats my text</font>
How can I do that??
Thank you
Re: How to change the HTML tags?
Search for the text "color:'#(color)" and then remove the whole text "i.colorButton_foreStyle={element:'span',styles:{color:'#(color)'},overrides:[{element:'font',attributes:{color:null}}]};"
Hope this helps