Ciao a tutti,
ho creato una pagina con frames, ma nonostante abbia messo un DOCTYPE consigliatomi
dal sito http://www.w3.org/TR/html401/present/frames.html,
mi da il seguente errore:
No Character Encoding Found! Falling back to UTF-8.
avete un'idea per risolvere questo problema
grazie
vito
************************************************** *******
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="81,*,12%">
<frame name="intestazione" scrolling="no" noresize target="principale" src="3.html">
<frame name="principale" src="1.html" scrolling="auto">
<frame name="principale1" src="2.html" scrolling="no">
<noframes>
<body>
La pagina corrente utilizza i frame. Questa caratteristica non è
supportata dal browser in uso.</p>
</body>
</noframes>
</frameset>
</html>