Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/12/2010, 18:19
Alphabravo
 
Fecha de Ingreso: enero-2005
Mensajes: 386
Antigüedad: 19 años, 3 meses
Puntos: 3
ayuda no se ve la imagen

hola he estado viendo el codigo pero no me muestra la imagen y no me oculta el texto, y no ecuentro donde puede estar el error, si alguien podria ayudarme

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
#header {  
background: url(imagen.jpg) top left no-repeat;
margin: 0px;
padding: 0px;
width: 952px;
height: 	139px;
	}
		
#header h1{ 
margin: 0px;		
		}

#header a span{ 
visibility: hidden;	
	}
		
#header a{ 
width: 952px;
height: 139px;
display: block;
padding: 0px;
margin: 0px;
text-decoration: none;
	}	
	
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
<div id="header"><h1><a href="index.html"><span>inicio</span></a></h1></div>
    </center>
</body>
</html>