08/06/2005, 00:31
|
| | | Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 10 meses Puntos: 1 | |
Código:
<html>
<head>
<style type="text/css">
body
{
background-image:
url('imagen.jpg');
background-repeat: repeat x-y
}
</style>
</head>
<body>
</body>
</html>
|