- From: Darren Candler <darren@southbank-design.co.uk>
- Date: Fri, 7 May 2004 13:08:57 +0100
- To: <www-validator@w3.org>
Hi ALL I have the following code on my page and when uploaded into the validator and it is throwing an error on the end head tag I expected it to pick up no height or width tag for the images but the head tag positions look correct to me. Any Ideas Why????? <!---- START OF CODE ---> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <div id="container"> <div id="header">Search Engine Optimisation<br /><img src="sky.gif" alt="sky Gif" /></div> <div id="leftcontent"> <img src="icon.gif" alt="Navigation Icon" />Navigation<br /> <div class="content">This is the navigation area of the site</div> </div> <div id="maincontent"><img src="icon.gif" alt="Content Icon" />Content<br /> <div class="content">This is the Content area of the site</div> </div> <div id="newscontent"><img src="icon.gif" alt="News Icon" />News<br /> <div class="content">This is the News area of the site</div> </div> <div id="footer">footer</div> </div> </body> </html> <!--- END OF CODE --->
Received on Friday, 7 May 2004 08:42:03 UTC