I recently installed CKEditor and highlighting text and applying a few different styles to it seems to act buggy. Although by viewing the code, everything looks fine.
The code that results is as follows:
But the color does not show up in the browser. I've actually tried several editors (TinyMCE does the same thing), but it doesn't seem to be an issue with the editor as the code that's generated looks good.
Has anyone run into this problem?
The code that results is as follows:
<span style="color: xxxxxxx;"><b>Text</b></span>
But the color does not show up in the browser. I've actually tried several editors (TinyMCE does the same thing), but it doesn't seem to be an issue with the editor as the code that's generated looks good.
Has anyone run into this problem?