Kim Brooks Wei wrote:
> Hi People,
>
> I can't validate this page http://thewei.com/sandboxcar/menu.html
>
> I get a message showing an upside down question mark before the start 
> of the declaration header. But there is no such character in my text, 
> not even as an invisible character.
>   
The validation service is referring to the incorrect xml declaration 
above the doctype (you have a space where the should not be one)
<?xml version="1.0" encoding="iso-8859-1"***close this space***?>
Maybe better yet use this instead:
<?xml version="1.0" encoding="utf-8"?>
You also need to delete this to validate:
<div id="hdrblock"><a name="top"><img class="logo" height="84" 
width="336" src="grfx/header.gif" alt="carolisol logo" /></a>
</p><<<<<< delete 
> I also need a header for xhtml transitional Spanish pages.  I can't 
> figure out how to write one.
>   
Me either, gringo :-) .
> Help much appreciated.
>   
Best,
~donQuixote

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to