4 erros e 1 warning para validar no w3c
Ola pessoal, estou tentando validar meu site no w3c e ja consegui eliminar praticamente todos os erros (eram 70)! Agora faltam 4 erros e 1 warning. Só que eu nao consigo concertar de jeito nenhum.
Agradeço se puderem me ajudar.
vlw
Warning Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
eu uso o DOCTYPE 1.0 Transitional.
Os erros são:
Error Line 30, Column 328: Attribute "border" exists, but can not be used for this element.
….aspx", false, false))" border="0" /> </li >
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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Error Line 309, Column 16: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<ul>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Esse erro do <ul> se repete mais 2 vezes. Se precisarem do css ou do html é só falar.Discussão (26)
Carregando comentários...