kakaroto gonzales 0 Denunciar post Postado Julho 3, 2007 line 458 column 204 - Warning: <input> proprietary attribute "height"como devo consertar isso??obrigado Compartilhar este post Link para o post Compartilhar em outros sites
Paulo de Tarso F. M. 24 Denunciar post Postado Julho 3, 2007 Passa o link da validação a e... http://forum.imasters.com.br/public/style_emoticons/default/assobiando.gif Compartilhar este post Link para o post Compartilhar em outros sites
Guilherme Rambo 4 Denunciar post Postado Julho 3, 2007 Remova o atributo height do XHTML e atribua-o via CSS ;)[]'s Compartilhar este post Link para o post Compartilhar em outros sites
kakaroto gonzales 0 Denunciar post Postado Julho 4, 2007 http://www.cpatu.embrapa.br/BomManejo/SiteNovo/ estou usando o plugin do mozila pra validar <input maxlength="255" size="15" name="q"> <input value="www.cpatu.embrapa.br" name="domains" type="hidden"> <input value="www.cpatu.embrapa.br" name="sitesearch" type="hidden"> <input alt="" src="img/ok.gif" name="sa" height="12" type="image" width="14"></form> Compartilhar este post Link para o post Compartilhar em outros sites
kakaroto gonzales 0 Denunciar post Postado Julho 4, 2007 usando o http://validator.w3.org/ aparece: This page is not Valid HTML 4.01 Transitional! Below are the results of attempting to parse this document with an SGML parser. 1. Error Line 459 column 251: there is no attribute "HEIGHT". ..."" src="img/ok.gif" name="sa" height="12" type="image" width="14"></form> 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. 2. Error Line 459 column 275: there is no attribute "WIDTH". ...="sa" height="12" type="image" width="14"></form> Compartilhar este post Link para o post Compartilhar em outros sites
Guilherme Rambo 4 Denunciar post Postado Julho 4, 2007 Faça o que eu disse, remova a formatação de dentro do html.Width e height se define com css, você pode usar o atributo style da tag pra fazer isso se necessário[]'s Compartilhar este post Link para o post Compartilhar em outros sites
kakaroto gonzales 0 Denunciar post Postado Julho 9, 2007 valeu caraThis Page Is Valid HTML 4.01 Transitional!:P Compartilhar este post Link para o post Compartilhar em outros sites