The beta's of FCKeditor 2 use P and FONT tags to format text, but in Gecko browsers DIV and SPAN tags are used for this. Why this difference?
Is it possible to let IE also use DIV and SPAN tags? (I don't like the FONT element to format text, as it doesn't overrule the stylesheet).
Is it possible to let IE also use DIV and SPAN tags? (I don't like the FONT element to format text, as it doesn't overrule the stylesheet).
RE: Why DIV in Gecko and P in Internet Explor
also it uses <b> or <span style="text-weight: bold"> in Gecko but <strong> in IE
<strong> is the correct tag