Sto cercando di rendere l'index perfetto agli occhi del web validator ma mi restituisce queste frasi... che devo fare? Grazie mille per l'attenzione.
Davide
No Character Encoding Found! Falling back to UTF-8.
None of the standards sources gave any information on the character encoding labeling for this document. Without encoding information it is impossible to reliably validate the document. As a fallback solution, the "UTF-8" encoding was used to read the content and attempt to perform the validation, but this is likely to fail for all non-trivial documents.
Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.
No Character encoding declared at document level
No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.
See this tutorial on character encoding for techniques and explanations.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="utf-8">
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
<meta name="created" content="mer, 07 lug 2010 12:41:24 GMT">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Index.html</title>
</head><frameset rows="70,*" cols="*">
<frame src="menusuperiore.html" name="menusuperiore" scrolling="NO" noresize>
<frameset cols="195,*">
<frame src="menusinistro.html" name="menusinistro" scrolling="NO" noresize>
<frame src="principale.html" name="principale"><noframes>
<body>
</body></noframes></frameset></frameset>
</html>

Rispondi quotando