Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/07/2004, 01:04
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 tplant, prueba con este código, no estoy seguro del todo si es lo que quieres pero quizás te sirva

<style type="text/css">
div#capatotal{
position:relative;
width:760px;
z-index:1;
background-image:url(fondo.gif);
background-repeat:repeat-y;
background-position:center;
margin: 0px;
background-color: #FFFFFF;
border: 1px none #000000;}
</style>

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<div align="center">
<div id="capatotal">AQUI EL HTML </div>
</div>
</body>

Saludosss