30/01/2010, 23:15
|
| | | Fecha de Ingreso: julio-2008 Ubicación: Veracruz, Ver. Mexico
Mensajes: 552
Antigüedad: 16 años, 5 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;
}
Ú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
|