Hola a todos, solicito de su ayuda para resolver un problema que se me presenta en la primera leccion, cuando llego a la definicion de imagen de fondo, resulta que no aparece la imagen, ya que al dar el "preview" no se muestra la imagen seleccionada, alguien que ayude a un cabeza dura por favor.
anexo el index.html y estilos css
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>PAGINA PRINCIPAL DEL EJEMPLO CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<p class="centrado">BIENVENIDOS A MI PAGINA WEB. MUY PRONTO ESTARA LISTA!</p>
[contenido no disponible]
PAGINA CREADA GRACIAS A CCTW</p>
[correo eliminado]
</body>
</html>
Estilos.css
body {background-color:#E6E6FA ;
background-image: url(objetos/fondo);
background-repeat: no-repeat;
background-position: center center}
img {border-style:none}
.centrado {text-align:center}
Saludso y mil gracias por su ayuda.
anexo el index.html y estilos css
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>PAGINA PRINCIPAL DEL EJEMPLO CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
<p class="centrado">BIENVENIDOS A MI PAGINA WEB. MUY PRONTO ESTARA LISTA!</p>
[contenido no disponible]
PAGINA CREADA GRACIAS A CCTW</p>
[correo eliminado]
</body>
</html>
Estilos.css
body {background-color:#E6E6FA ;
background-image: url(objetos/fondo);
background-repeat: no-repeat;
background-position: center center}
img {border-style:none}
.centrado {text-align:center}
Saludso y mil gracias por su ayuda.