Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/08/2004, 05:47
Avatar de AttackeR
AttackeR
 
Fecha de Ingreso: agosto-2004
Mensajes: 8
Antigüedad: 19 años, 8 meses
Puntos: 0
Usa los atributos "marginwidth" y "marginheight", o bien utiliza un estilo CSS, como por ejemplo:

<style type="text/css">
body { margin-left:50px; margin-right:50px; margin-top:100px; margin-bottom:100px }
</style>

Por cierto, scrollbar es un atributo más para IE. =P