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