I know that FCK 2 creates different code in Gecko and IE. I never thought this would be a very big problem, but now I encounter a serious problem:
When you edit a page in a Gecko browser and align text to the right, the editor creates a DIV with text-align: left. When that page is then edited with IE and you try to align the text to the right again, the editor adds align="left" to the DIV tag. Of course the text-align: left created by Gecko overrules this and nothing happens.
So shortly said, a page created or edited in a Gecko browser can often not be edited well in IE anymore. This looks like a very big problem to me!
When you edit a page in a Gecko browser and align text to the right, the editor creates a DIV with text-align: left. When that page is then edited with IE and you try to align the text to the right again, the editor adds align="left" to the DIV tag. Of course the text-align: left created by Gecko overrules this and nothing happens.
So shortly said, a page created or edited in a Gecko browser can often not be edited well in IE anymore. This looks like a very big problem to me!
RE: Content created with Gecko not editable i