la mia pagina iniziale e' fatta cosi':
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base target="destro">
</head>
<frameset rows="102,*" frameborder="0">
<frame name="topFrame" scrolling="NO" noresize src="sopra.html">
<frameset cols="*,86%">
<frame name="sinistro" src="sinistro.html" scrolling="auto">
<frame name="destro" src="destro.html" scrolling="auto">
</frameset>
</frameset>
</html>
ho tentato di validarla nel sito del W3C ma il validatore mi da' un errore (ma il resto va bene)nell'uso dell'attributo "frameborder".
Non posso ometterlo perche' non voglio che mi appaia una linea di divisione fra i frame....come risolvo?
grazie