10/03/2008, 14:20
|
| | Fecha de Ingreso: marzo-2008
Mensajes: 9
Antigüedad: 16 años, 8 meses Puntos: 0 | |
Problemas con el validador Hola a tod@s, quería saber si me pueden echar un mano con el siguiente problema:
estoy trabajando con html 4.0 transitional y al validar la página me da estos errores: there is no attribute "HEIGHT".
<TABLE WIDTH="800"HEIGHT="30"CELLPADDING="0" cellspacing="0" >
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. unclosed start-tag requires SHORTTAG YES
<TD COLSPAN="10" HEIGTH="80" <IMG SRC="maintitle.jpg"style="heigth:80px; width:800px;" ALT="">
</TD>
B] unclosed start-tag requires SHORTTAG YES[/B]
<TD <A class="titularindice"HREF="noticia.html">Ejemplo</A> </TD> end tag for "TR" which is not finished
<TABLE WIDTH="800"HEIGHT="10"> <TR>
</TR>
</TABLE>
Gracias por la colaboración |