Ciao a tutti, son sempre qui a chiedere aiuti meno male che ci siete voi eheh allora oggi stavo ricreando un sito coi frame in cui ho un link al forum e voglio metterlo internamente. ho una index che richiama due file alto.htm e centro.htm la mi a domanda è questa nella prima riga ho frameset rows="146,438 deduco che questa mi modifica l'impostazione di quello che metto il alto.htm pero' ho il problema che mi si crea uno spazio bianco e pure grande tra le due pagine ossia come ci fosse uno spazio tra il frame alto e centrale bianco posso evitarlo sinceramente non so decifrare <frameset rows="146,438*" frameborder="NO" border="0" framespacing="0" cols="*"> soprattutto rows e cols grazie mille


<frameset rows="146,438*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="alto.htm" frameborder="NO" marginwidth="0" marginheight="0" >
<frame name="mainFrame" src="centro.htm" frameborder="NO" marginwidth="0" marginheight="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</body></noframes>