Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/06/2008, 19:58
pavelinhos
 
Fecha de Ingreso: diciembre-2005
Mensajes: 97
Antigüedad: 18 años, 4 meses
Puntos: 0
Respuesta: Validación W3C en sitio Web con videos

hola ceaped; trate de coregir algunos errores en la estructura de tu pagina, como etiquetas no cerradas y otros, prueba con este codigo y nos avisas como vas:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">

<head>
<title>Titulo</title>


<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="verify-v1" content="r9DifG65z2ALL/9EhQWfDHLn7158/aPhYmJCG4O6FEQ=" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 days" />

<script type="text/javascript" src="js/mootools.js"></script>

<script type="text/javascript">
window.addEvent('domready', function(){
var miSlide = new Fx.Slide('imagenes');
$('ocultar_img').addEvent('click', function(e){
e = new Event(e);
miSlide.toggle();
e.stop();
});
miSlide.hide();
});
</script>

<script type="text/javascript">
window.addEvent('domready', function(){
var miSlide = new Fx.Slide('video');
$('ocultar_video').addEvent('click', function(e){
e = new Event(e);
miSlide.toggle();
e.stop();
});
miSlide.hide();
});
</script>

<style type="text/css">

body {
background-color: #FFFFFF;
background-image: url(images/degradado_fondo.gif);
background-repeat: repeat-x;

}

#flash {
z-index: -999;
}

</style>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>

<link href="css/hoja_1.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_2.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_3.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_4.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="banner">

<div id="menu">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
</ul>
</div>


<div id="body">

<div id="contenido">

<div class="contenido">
<h2 class="titulo">Galer&iacute;a de Fotos </h2>
<p><strong>Stylo, Belleza y mucho mas 7 - 15 - 2008</strong></p>

<ul>
<li><a href="#noir" title="titulo de foto">
<img class="min" src="images/00001.jpg" width="70" height="70" alt="xxx" />
</a></li>
</ul>


<div id="alternar_img">
<a id="ocultar_img" title="Ver mas" class="vermas" href="javascript:void(0);"></a>
<p class="div"></p>
</div>

<div id="imagenes">
<ul>
<li><a href="#noir" title="titulo foto">
<img class="min" src="/00002.jpg" width="70" height="70" alt="xxx" />
</a>
</li>
</ul>
</div>

<h2 class="titulo">Galer&iacute;a de Videos </h2>
<p><strong>video_01</strong></p>

<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="200" height="100">
						<param name="movie" value="FLVPlayer_Progressive.swf" />
						<param name="quality" value="high" />
						<img src="flash.png" width="200" height="100" alt="Imagen en reemplazo de flash" />
</object>


<div id="alternar_video">
<a id="ocultar_video" title="Ver mas" class="vermas" href="javascript:void(0);"></a>
<p class="div"></p>
</div>

<div id="video">
<p><strong>video_02</strong></p>


<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="200" height="100">
						<param name="movie" value="FLVPlayer_Progressive.swf" />
						<param name="quality" value="high" />
						<img src="flash.png" width="200" height="100" alt="Imagen en reemplazo de flash" />
</object>
</div>
</div>

<span class="barra_inferior"></span></div>

<div id="banner_flash">
<object type="application/x-shockwave-flash" data="swf/banner_01.swf" width="146" height="447">
<param name="wmode" value="transparent" />

<param name="quality" value="high" />
<img src="http://www.nombre.com/imagen_flash.gif" width="146" height="350" alt="xxx" />
</object>
</div>

<br class="espacio" />
</div>
</div>

<div id="footer">
<div class="footer">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
</ul>
</div>
<br />

Direccion y otros

<br/>
<p>&copy; Copyright todos los derechos reservados</p>
</div>

</body>
</html> 
__________________
_Derek_