Hi All,
I have been trying to make the leap and go for XHTML 1.0 Strict, relatively pain free so far.
I have been using the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
W3C validates it OK as strict but says the content type is text/html, clearly I have not coded that, is there something I need to do on the server to make this happen?
I thought that IE6 wouldn't display an XHTML page with the MIME type set to xhtml+xml......but mine does........code problem ?
Help very much appreciated as I can't blow another "work" day trying to solve this as of yet "academic" problem.
Cheers










Bookmarks