Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/01/2002, 18:30
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 7 meses
Puntos: 381
Re: Crear un fondo propio

ahhh entonces lo que necesitas es ponerle un estilo.

<head>
<title> bla bla </title>
<style type="text/css">
<!--
body { background-attachment: fixed; background-image: url(nombredearchivo.gif); background-repeat: no-repeat; background-position: center center}
-->
</style>
</head>

un saludo