[VE][63] re: meta tag, keywords ....

Webpage submitted for validation (css already validated).
http://v-lar.com/contact_d.html 
can't see anything that would trigger the errors ~~~

[quote]
Validating http://v-lar.com/contact_d.html

Error Line 17 column 24: an attribute value literal can occur in an attribute specification list only after a VI delimiter.    <meta name="keywords" content="solvent-free seamless roofing">
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value". 

and, [quote]

Line 17 column 26: character data is not allowed here.

    <meta name="keywords" content="solvent-free seamless roofing">You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes). 

The single webpage I am validating, for the moment, is:

http://v-lar.com/contact_d.html 
<title>V Lar Leak Free Roofing Technology</title>
<meta name="description" content="Revolutionary solvent-free seamless roofing system combining superior durability and chemical resistance, specially formulated to remain permanently elastic with exceptionally quick installation. />
<meta name="keywords" content="solvent-free seamless roofing system">
<meta name="author" content="V Lar Leak Free Roofing Technology. (www.v-lar.com)" >
<meta name="copyright" content="Copyright 2007, V Lar Leak Free Roofing Technology. All Rights Reserved.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="all" />

(the css for this page has been validated....)
http://v-lar.com/css/style_strict.css

Thank you for your time ...
       Beth 

Received on Friday, 13 April 2007 14:09:42 UTC