![Imbarazzato [:I]](http://www.megalab.it/forum/images/smilies/oops.gif)
L'index semplicemente dice che la pagina è suddivisa in 3 frames, ed io voglio che fra i frames no nci sia nessun bordo e nessuna spaziatura, così nel codice html ho messo
- Codice: Seleziona tutto
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
Tutto ok...
</head>
<frameset rows="70,*" frameborder="0" framespacing="0">
<frame src="Titolo.html" name="Titolo" scrolling="no" noresize="noresize" />
<frameset cols="124,*">
<frame src="Menu.html" name="Menu" target="Principale" scrolling="no" noresize="noresize" />
<frame src="Home.php" name="Principale" target="_self" scrolling="auto" noresize="noresize" />
</frameset></frameset>
</html>
Tuttavia quando vado a fare la verifica mi da 3 errori... Io ho provato a togliere gl iattributi dei bordi da frameset ed a metterli tutti nel tag <frame> 8anche con framewidth e frameheight>, ma mi da sempre un margine grigio fra i frame se tolgo i due parametri da <frameset>... Come posso farlo restando nella correttezza dell'xhtml??? (e po ianche l'errore 3, il target, come lo risolvo???). Grazie!
![Approvazione [^]](http://www.megalab.it/forum/images/smilies/Oh-yea.gif)