CKeditor, colour of text seems to be not retained although HTML is correct, how to resolve?
问题 I am using CKEditor 4.4.5. Users use the text colour icon to change the colour of a word which works fine. When one checks the underlying HTML, it shows: <p><span style="color:#FF0000">test </span></p> However when clicks the "source" icon again to return to the standard non HTML view, the colouring has gone, although the underlying HTML is still correct. If you take this HTML and render it in a browser it will work correctly. So it seems that CKEditor is not able to render text colour