Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2005, 10:24
taar
 
Fecha de Ingreso: diciembre-2001
Ubicación: Asuncion
Mensajes: 143
Antigüedad: 22 años, 4 meses
Puntos: 1
Con CSS
Código:
<style type="text/css">
<!-
body {
	background: url("tuimagen.jpg") fixed no-repeat 0 0;
}
->
</style>
O sino
Código:
<body style="background: url("tuimagen.jpg") fixed no-repeat 0 0;">