ciao a tutti!
sto correggendo gli errori su una mia web page...
Ero partito con ca 20 errori, ora sono arrivato a 11 che però non riesco a correggere...
Primo errore:
Line 81 column 144: there is no attribute "BORDERCOLOR".
<table border="4" cellpadding="0" cellspacing="0" width="800" id="AutoNumber1" bgcolor="#336699" style="border-collapse: collapse" bordercolor="#000080">
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
Secondo errore:
Line 164 column 68: end tag for element "SPAN" which is not open.
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
Gli altri errori sto tentando di sistemarli io, però per questi due avrei bisogno del vostro aiuto....![]()