Ahem. If I set the text format control to "Plain Old Text", am I that wrong in expecting it to convert the necessary characters to their respective HTML entities?:)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd "^gt;
Ahem. If I set the text format control to "Plain Old Text", am I that wrong in expecting it to convert the necessary characters to their respective HTML entities? :)
d "^gt;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dt
Is the correct Doctype.
That is only a proper declaraion if your site has a DTD directory containing the xhtml1-transitional.dtd file in every web-accessible directory.
:(
:)
The correct Doctype looks like this:
(Or xhtml1-transitional, as appropriate).
I haven't checked this, but I wouldn't be surprised if IE doesn't recognise the *correct* Doctype, and reverts to quirks-mode when it sees it.
As for your issue with centering: if it doesn't work in both Mozilla and IE, perhaps it's your CSS that's in the wrong?
As the quote on the bottom of the page says (currently)
Woolsey-Swanson Rule: People would rather live with a problem they cannot solve rather than accept a solution they cannot understand.