Hello,
I've noticed that the radeditor changes inline css when saving in firefox.
When you create html such as this:
<div style="background:#CCC;">Test</test>
Once you save and view the HTML it winds up looking like this:
<div style="background: rgb(204, 204, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">Test</div>
How do we prevent this from happening?
Thanks
I've noticed that the radeditor changes inline css when saving in firefox.
When you create html such as this:
<div style="background:#CCC;">Test</test>
Once you save and view the HTML it winds up looking like this:
<div style="background: rgb(204, 204, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">Test</div>
How do we prevent this from happening?
Thanks