Hi guys,
I am running the latest version of FCKeditor (rather than CKEditor) and have built a very basic CMS using this for the text editor.
For some reason when I go to update a page using the editor it seems to lose all the colour formatting for some reason although the data coming from the database looks fine, below is the information coming from the database and the value that is shown in the FCKeditor.
The first row is the value in the database, the second is the same value that is shown within the editor when I click the 'view source' icon - can anyone suggest how I fix this to retain the colour formatting thanks in advance.
<p><span style=\"color: rgb(0, 0, 255); \">BLUE</span></p>
<p><span style="\"color:">BLUE</span></p>
I am running the latest version of FCKeditor (rather than CKEditor) and have built a very basic CMS using this for the text editor.
For some reason when I go to update a page using the editor it seems to lose all the colour formatting for some reason although the data coming from the database looks fine, below is the information coming from the database and the value that is shown in the FCKeditor.
The first row is the value in the database, the second is the same value that is shown within the editor when I click the 'view source' icon - can anyone suggest how I fix this to retain the colour formatting thanks in advance.
<p><span style=\"color: rgb(0, 0, 255); \">BLUE</span></p>
<p><span style="\"color:">BLUE</span></p>

Re: Seem to be losing style tags
I have the same problem, have you solved it?
Tnx