Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/05/2011, 13:42
jesusgox
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Validación en HTML...

Lo tengo en local, por eso no te puedo enseñar la web, pero te dejo el código:

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
          "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>titulo</title>
</head>
<body>

<a href="http://www.url.es" target="_blank"><img src="http://www.forosdelweb.com/f4/Imagenes/imagen.png" border=0></a>

</body>
</html>
Ah, me gustaría aclarar (por si tiene algo que ver) es que ese html es parte de un index. ¿Me explico? Que en el index se llama al archivo con el código que te he puesto ;)
En ese html nada más que existe una imagen asociada a una url que abre con ventana nueva.

Gracias!