Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/01/2004, 11:21
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Hola Lax_tor, para poner el color de fondo en negro pones en el body bgcolor="#000000" y luego para que la imagen de fondo que quieres poner no te salga a trozos entre las etiquetas <head y /head> o bien debajo del <meta mismo:

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

Suerte un saludo