22/03/2006, 00:50
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 2 meses Puntos: 59 | |
Con CSS:
Entre <head> y </head>
Código:
<style type="text/css">
<--
body
{background: url(imagendefondo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;}
-->
</style> |