when using firefox and I put something like this into the editor's HTML view:
<table><tr><td style="border: solid 1px #000000"></td></tr></table>
and then toogle back to normal mode, the editor strips out the inline style and leaves me with this:
<table><tbody><tr><td></td></tr></tbody></table>
BUT, if I do the same thing in IE, it does not strip out the inline style...
can this be fixed?