30/11/2005, 10:24
|
| | Fecha de Ingreso: diciembre-2001 Ubicación: Asuncion
Mensajes: 143
Antigüedad: 23 años, 1 mes 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;">
|