Sage Olson wrote:

Here's my header:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">

That's not you HTTP header. The HTTP headers are sent by the server before even the first byte of your document is sent. That's why inn PHP, if you're playing with the headers there can't be so much as a blank space befor the "<?php".


And here's the meta tag:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Notice it says "http-equiv", as in only equivlant, but not the real thing.
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to