I noticed FCKEditor drops the Doctype declaration when you enter it in source code mode and switch back to normal mode. More precisly, it drops everything you put before the <html> Tag.
Is there a way to change this behaviour?
I normally wouldn't care about it, but the doctype is needed to avoid the css box model error in IE.
(css box model error: Internet Explorer doesn't add the padding and border to the total width unless unless you specify the doctype, either HTML 4.01 strict or XHTML)
Is there a way to change this behaviour?
I normally wouldn't care about it, but the doctype is needed to avoid the css box model error in IE.
(css box model error: Internet Explorer doesn't add the padding and border to the total width unless unless you specify the doctype, either HTML 4.01 strict or XHTML)