Radubrêdo 0 Denunciar post Postado Agosto 15, 2005 Submetir a página inicial do meu site a um desses serviços on-line de validação e acusou os seguintes erros:Error Line 58 column 31: there is no attribute "TOPMARGIN".<body leftmargin="0" topmargin="0">Error Line 65 column 104: required attribute "ALT" not specified....colorida.jpg" width="778" height="15"></td>Error Line 93 column 64: ID "SCROLL" already defined....="top" bgcolor="#cbdede"> <iframe id=scroll src="index/menus_esq_2.htm" widthAn "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets Alguém poderia me explicar melhor e sugerir melhoria?Grato. Compartilhar este post Link para o post Compartilhar em outros sites
Douglas 6 Denunciar post Postado Agosto 15, 2005 Error Line 58 column 31: there is no attribute "TOPMARGIN". <body leftmargin="0" topmargin="0"> Especifique com CSS, as margens da página. body {margin: 0;padding: 0; Error Line 65 column 104: required attribute "ALT" not specified. ...colorida.jpg" width="778" height="15"></td> A imagem requer o atributo alt. <img src="imagem.gif" alt="Descrição da imagem" /> Error Line 93 column 64: ID "SCROLL" already defined. ...="top" bgcolor="#cbdede"> <iframe id=scroll src="index/menus_esq_2.htm" width An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets Você já definiu o id="scroll" para algum objeto da página. Você só pode ter 1 único id . Compartilhar este post Link para o post Compartilhar em outros sites