Ver Mensaje Individual
  #9 (permalink)  
Antiguo 10/02/2006, 09:38
kl4v13r
 
Fecha de Ingreso: febrero-2006
Ubicación: algun lugar de chile
Mensajes: 4
Antigüedad: 18 años, 2 meses
Puntos: 0
Cita:
Iniciado por clara2004
Hola:.....
<link href="../text.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
background: url('images/zoo3.jpg') center center no-repeat fixed}
</style>
<body onLoad="inicio();" bgcolor="#FFD0A8" leftmargin="15" marginwidth="15">
.....
el codigo deberia de ser algo asi:
Código:
<head>
<style type="text/css">
body {background: url('imagenes/fondo.jpg') center center no-repeat fixed}
</style>
</head>
<body>
</body>
me parece no se ve por que estas olvidando colocar el estilo dentro del head:
<head><style></style></head>
al menos asi me funciono a mi.
espero te haya servido de algo...
saludos