Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2006, 13:17
Avatar de ZydRick
ZydRick
 
Fecha de Ingreso: febrero-2005
Ubicación: Lima
Mensajes: 750
Antigüedad: 19 años, 2 meses
Puntos: 4
si el fondo te lo piden para todo el documento prueba asi:

Código HTML:
<style type="text/css">
body {
  background-image: url(default_left.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: small;
}
</style> 
con eso deberia de funcionar