Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2014, 12:20
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: consulta con html

Prueba añadiendo esto:

Código CSS:
Ver original
  1. html, body {
  2.  width: 100%;
  3.  height: 100%;
  4.  padding: 0;
  5.  margin: 0;
  6. }