Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/03/2007, 13:06
trasmaster
 
Fecha de Ingreso: marzo-2007
Mensajes: 14
Antigüedad: 17 años, 1 mes
Puntos: 0
quitar margen a frame html

tengo este codigo y quiero quitarle los margenes al frame para que no haya espacio entre frame y frame
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="103,*,76" cols="*" frameborder="NO" framespacing="5">
<frame marginheight="1" src="cabecera.php" name="topFrame" scrolling="NO" noresize>
<frame marginheight="1" src="principal.php" name="mainFrame">
<frame marginheight="1" src="pie.php" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes></noframes>

<body>
</body>
</html>

un saludo