hi all...
Because of the different synthax FF/IE
FF : <span style="text-decoration:underlin">
IE : <u>
A texte created via FF, cannot be edited via IE, for exemple, if you underline a word with FF, this word cannot be un-underlined via IE.. It is so with many different things like Bold/italic.
What can I do ? How can I force the FF style to be used and not the depreciated IE tags ?
Because of the different synthax FF/IE
FF : <span style="text-decoration:underlin">
IE : <u>
A texte created via FF, cannot be edited via IE, for exemple, if you underline a word with FF, this word cannot be un-underlined via IE.. It is so with many different things like Bold/italic.
What can I do ? How can I force the FF style to be used and not the depreciated IE tags ?

RE: BUG Firefox text cannot be edited via IE
You can on the other side change the code that Firefox uses, as it is as bad use <u> or <span style="text-decoration:underline"> because both are applying an style directly instead of relying on an external CSS to do the styling of the file.
RE: BUG Firefox text cannot be edited via IE
(with IE, in the editor the word is underlined, but when I use the same content on my website wich has another doctype it is not).
the <span style="...."> is underlined correctly in IE and in FF. That's why I prefer this method !
RE: BUG Firefox text cannot be edited via IE