Error Line 12 column 29: required attribute "TYPE" not specified.
<script language="JavaScript">
The attribute given above is required for an element that you've used, but you 
have omitted it. For instance, in most HTML and XHTML document types the "type" 
attribute is required on the "script" element and the "alt" attribute is 
required for the "img" element. 
Typical values for type are type="text/css" for <style> and 
type="text/javascript" for <script>. 
✉ 
Error Line 68 column 29: required attribute "TYPE" not specified.
<script language="JavaScript">
The attribute given above is required for an element that you've used, but you 
have omitted it. For instance, in most HTML and XHTML document types the "type" 
attribute is required on the "script" element and the "alt" attribute is 
required for the "img" element. 
Typical values for type are type="text/css" for <style> and 
type="text/javascript" for <script>. 
✉ 
Error Line 68 column 29: document type does not allow element "SCRIPT" here.
<script language="JavaScript">
The element named above was found in a context where it is not allowed. This 
could mean that you have incorrectly nested elements -- such as a "style" 
element in the "body" section instead of inside "head" -- or two elements that 
overlap (which is not allowed). 
One common cause for this error is the use of XHTML syntax in HTML documents. 
Due to HTML's rules of implicitly closed elements, this error can create 
cascading effects. For instance, using XHTML's "self-closing" tags for "meta" 
and "link" in the "head" section of a HTML document may cause the parser to 
infer the end of the "head" section and the beginning of the "body" section 
(where "link" and "meta" are not allowed; hence the reported error). 




It's all about the JavaScript.
But what I don't understand is that the toolbar in the browser gives 3 errors 
and if I manually type the URL in the checkbox in validator.w3.org everything 
validates.


Arno
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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