Hola... poseo problemas, hasta ahora estoy haciendo el curso paso a paso, y estoy en el apartado de Fondos en CSS y Fondos en Ejemplo... y lastimosamente todo me ha funcionado excepto esto, pues copio las lineas y cuando veo la vista previa no me aparece ningún cambio... que podrá ser..??
Este es el código de estilos.css
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
</head>
<body>
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: center center}
</body>
</html>
y este es el código que llevo en index.html
<!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>
Mil gracias...
Este es el código de estilos.css
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
</head>
<body>
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: center center}
</body>
</html>
y este es el código que llevo en index.html
<!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>
Mil gracias...