Hi
When an end-user applies styles via an external stylesheet (<link> tag in the header), CE renders the styles immediately and correctly.
When an end-user applies styles via an inline attribute (<p style="color:red">Text</p>), CE renders the styles immediately and correctly.
However, when an end-user applies styles via a <style> tag (<style type=text/css>.RedText {color:red;}</style>), CE doesnt render it at all.
Is this a configuration mistake on my side or is this a known issue?
Any guidance would be much appreciated.
Thanks,
Greg
PS. Load up the HTML for this very post in CE and you will see that the RedText style is not applied in the editor.