Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/02/2009, 13:08
Avatar de skatomundo
skatomundo
 
Fecha de Ingreso: junio-2002
Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 8 meses
Puntos: 125
Respuesta: Configuracion iframe

Prueba con esto:

Dándole borde al frame -> frameborder<- con "0"
Código PHP:
<style type="text/css">
body {
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}
</
style>
</
head>

<
body>
<
iframe src="http://www.google.com" width="100%" height="100%" frameborder="0"></iframe>
</
body>
</
html