Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/01/2010, 23:15
Avatar de pepebuitron
pepebuitron
 
Fecha de Ingreso: julio-2008
Ubicación: Veracruz, Ver. Mexico
Mensajes: 552
Antigüedad: 15 años, 9 meses
Puntos: 11
Respuesta: ¿Como hacer que no existan encabezado ni pie?

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

CODIGO DE LAS PAGINAS DE MUESTRAM ESPERO TE SIRVA

html {
margin : 0;
padding : 0;
height : 100%;
width : 100%;
}
body {
margin : 0;
padding : 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 0.9em;
height : 100%;
width : 100%;
background-image : url(water.png);
background-repeat : repeat-x;
background-position : top;
background-color : #f0ecd6;
}
__________________
La fuerza mas grande del Universo es: La Voluntad Humana.
Página Web Principal

Última edición por pepebuitron; 30/01/2010 a las 23:18 Razón: Agrego el codigo de una web que nos muestra en amigo