Cuando voy a poner un fondo no me sale y cuando quiero cambiar de color tampoco me cambia de color... Estos son mis codigos y en el tutorial voy por: Fondo en Ejemplo de la Lección primera.
Index
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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 pagina web. Muy pronto estará lista!</p>
Pagina web creada gracias a CCTW</p>
</body>
</html>
Estilos
body {background-color: #FFE4B5}
body {background-color: #FFE4B5 ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
Index
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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 pagina web. Muy pronto estará lista!</p>
Pagina web creada gracias a CCTW</p>
</body>
</html>
Estilos
body {background-color: #FFE4B5}
body {background-color: #FFE4B5 ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }