editor strips out inline styles when using firefox

  •  05-30-2006, 8:12 PM

    editor strips out inline styles when using firefox

    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?

View Complete Thread