Forum Moderators: open
Thanks in advance
-emrys
<Sorry, no personal URLs. See TOS [webmasterworld.com]>
[edited by: tedster at 7:00 am (utc) on Oct. 18, 2004]
There is certainly some confusion somewhere. There isn't such a thing as "XHTML 1.1 Transitional" as far as I know. I don't know where you found the doctype you're using, but the URL in it points to the XHTML 1.0 Transitional doctype. The page isn't even close to real XHTML 1.1, which is a descendant of XHTML 1.0 Strict (not transitional).
I think the bottom line is, try putting a valid XHTML 1.0 Transitional doctype on both pages and start again from there.
Check out the follow thread and see if it sheds light on your situation.
Quirks Mode vs. Standards Mode [webmasterworld.com]
Thanks again
-emrys
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Don't use XHTML 1.1 for this, although it shouldn't make a difference in practical terms.
Secondly, open the page in Firefox, then go to Tools > Page Info.
It should give a "Type" of
text/html. What does yours say? Finally, what if the file extemsion of your document? If you are not using any server-side technology, it should be
.html or .htm, and not .xhtml .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Secondly, open the page in Firefox, then go to Tools > Page Info. It should give a "Type" of text/html. What does yours say?
It says "text/html"
Finally, what if the file extemsion of your document? If you are not using any server-side technology, it should be .html or .htm, and not .xhtml .
Thanks
-emrys