Ayuda porfavor lo que pasa es que e llegado hasta este paso de poner una imagen como fondo pero no me aparece al momento de darle en Preview, solo sale el color de fondo pero no la imagen. En el HTML-Kit y pues como sabran soy nuevo en esto.
Deveras agradeceria su respuesta gracias
<!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>
Bienvenidos a mi página web. Muy pronto estará lista!</p>
Página creada gracias a CCTW</p>
</body>
</html>
estilos.css
body {background-color:#E6E6FA ; background-image:url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%;}
Deveras agradeceria su respuesta gracias
<!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>
Bienvenidos a mi página web. Muy pronto estará lista!</p>
Página creada gracias a CCTW</p>
</body>
</html>
estilos.css
body {background-color:#E6E6FA ; background-image:url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%;}