Quello in figura è l'incrocio di tre frames in una pagina che sto costruendo: purtroppo, come potete vedere, i tre frames risultano separati da quella fastidiosa sottile striscia bianca.
Il codice della pagina col FRAMESET è questo:
<frameset cols="135,*">
<frame src="indice.html" scrolling=no name="indice" frameborder="0" border="0" noresize marginwidth="0">
<frameset rows="140,*">
<frame src="claudio.html" scrolling=no name="claudio" frameborder="0" border="0" noresize marginwidth="0">
<frame src="chisono.html" name="schermo" scrolling=yes frameborder="0" border="0" noresize marginwidth="0">
</frameset>
</frameset>
Quindi con FRAMEBORDER="0". Eppure il bordo c'è...
Come posso eliminarlo?