Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/11/2010, 07:53
michino99
 
Fecha de Ingreso: noviembre-2010
Mensajes: 3
Antigüedad: 13 años, 5 meses
Puntos: 0
W3C MArkup Validation

Hola,

Estoy haciendo una página web "www.pakaya.net" utilizando Dreamweaver después de leerme el manual asi que empezé usando div tags y una que otra tabla, sin embargo en el Link "MUSICA" me aparecer la página con la tabla saliendose del div tag a pesar de que este tiene un largo mucho mayor en las especificaciones del box que la tabla. Fui a W3C y me díó los siguientes mensajes:

Line 87, Column 69: required attribute "alt" not specified
<h2><img src="Imagenes/PAKAYA_ORO.jpg" width="250" height="70" /><br />

esta es mi linea:

<h2><img src="Imagenes/PAKAYA_ORO.jpg" width="250" height="70" /><br />
<img src="Imagenes/mensaje.png" width="237" height="18" hspace="10" align="middle" /><br />
</h2>

Line 95, Column 23: document type does not allow element "style" here
<style type="text/css">

esta es mi linea:
<style type="text/css">
P {margin:0;}
</style>

Line 111, Column 35: there is no attribute "height"
<table width="476" height="612" border="1" align="center" bordercolor="…
Line 111, Column 79: there is no attribute "bordercolor"

esta es mi linea:
<table width="476" height="612" border="1" align="center" bordercolor="#FFEBB4" bgcolor="#000000">

Line 115, Column 177: required attribute "alt" not specified
…ioIcono.jpg" width="40" height="40" border="0" align="middle" /></a></div></td>

esta es mi linea:
<td width="60" bgcolor="#FFFFFF"><div align="center"><a href="hazlo_song.html"><img src="Imagenes/AudioIcono.jpg" width="40"


Line 116, Column 118: required attribute "alt" not specified
…align="center"><img src="Imagenes/tv1.jpg" width="40" height="35" /></div></td>

esta es mi linea:
<td width="69" bgcolor="#FFFFFF"><div align="center"><img src="Imagenes/tv1.jpg" width="40" height="35" /></div></td>

Line 205, Column 151: required attribute "alt" not specified
…ula.jpg" width="322" height="280" hspace="0" vspace="8" border="0" /></a></div>

esta es mi linea:
<div align="center"><a href="musica.html"><img src="Imagenes/MUNDONUEVOcaratula.jpg" width="322" height="280" hspace="0" vspace="8" border="0" /></a></div>

Serían tan amable de decirme que estoy haciendo mal? soy principiante asi que apelo a vuestra paciencia.

Atentamente

Luis