Hello CuteSoft,
when using in my code for example this:
EditorBodyStyle = "background-color: #cccccc"
And then I am writing a text like "My Text" in the editor, it always puts automatically a <font> tag like this:
<font style="background-color: #cccccc">My Text</font>
How can I disable this?
Thank you!