Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/06/2005, 12:31
axz
 
Fecha de Ingreso: mayo-2005
Mensajes: 360
Antigüedad: 18 años, 10 meses
Puntos: 10
Código HTML:
<style type="text/css">
a.imagen
{
  text-decoration: none;
}
</style>

<a href="tu_url" class="imagen">
  <img src="tu_imagen" style="border: 0px;" />
</a>