Primero, enhorabuena por el curso. Me está resultando muy útil.
Pero bueno, tengo una duda, así que la planteo:
Estoy en la lección 1, en Fondo de Ejemplo.
Me dice que ponga esto:
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
Pero no sé dónde lo tengo que poner concretamente.
Todo el código que tengo es esto:
<!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> body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
Bienvenidos a mi página web. Muy pronto estará lista!</p>
Página creada gracias a CCTW</p>
</body>
</html>
Qué he hecho mal?
Mil gracias. :P
Pero bueno, tengo una duda, así que la planteo:
Estoy en la lección 1, en Fondo de Ejemplo.
Me dice que ponga esto:
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
Pero no sé dónde lo tengo que poner concretamente.
Todo el código que tengo es esto:
<!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> body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
Bienvenidos a mi página web. Muy pronto estará lista!</p>
Página creada gracias a CCTW</p>
</body>
</html>
Qué he hecho mal?
Mil gracias. :P