hi,masters
I copy html source to FCKeditor on source-text window. then I click "source" view html show. The odd thing is happen when I click "source" again. The source code was modified. The head of html is miss,So the html show is changed. I find it different in firefox and ie, after compare that. ie use html tag <p></p> save code which in remoed coding before,but firefox not store anything. how can i fix this bug of FCKeditor in IE?
Thanks!
demo code:
I copy html source to FCKeditor on source-text window. then I click "source" view html show. The odd thing is happen when I click "source" again. The source code was modified. The head of html is miss,So the html show is changed. I find it different in firefox and ie, after compare that. ie use html tag <p></p> save code which in remoed coding before,but firefox not store anything. how can i fix this bug of FCKeditor in IE?
Thanks!
demo code:
this first paragraph! <p><font><div>This will be removed!!!</div></font></p> this second paragraph!
Re: Source self modified ?
A <div> contained inside a <font> is actually invalid document structure, so technically it's doing the correct thing by "fixing" it.
I can't really imagine why you'd want this code:
Why not just:
And then use CSS to specify the font...