Hi
When I type something like this into the html editor for the Radeditor: -
When I type something like this into the html editor for the Radeditor: -
<div style="border: dotted 1px gray; width: 900px; paddding: 5px; margin: auto;">
Some Content
</div>
Some of the style attributes get removed when I switch to design mode and then back to html mode so that I am left with this: -
<div style="border: dotted 1px gray;">
Some Content
</div>
Why do some of the style attributes get stripped out and how can I stop it from happening?
Thanks
Matt