bonjour,
voici mon code
et on me dis :
No Character Encoding Found! Falling back to UTF-8.I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.
So what should I do? Tell me more...
Sorry, I am unable to validate this document because on lines 27, 34 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
merci
Modifié le 07 Jan 2005 - 22:03
voici mon code
<head>
<title>Les cocktails</title>
<script language="Javascript" src="menubouge.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
</HEAD>
<html>
<!-- charge l'image de fond et calcul la position du navigateur pour le menu -->
<body onload="makeVars();makeXY();" class="arrierplan1" >
<div class="content">
<!-- les <BR> sont uniquement la pour simuler du contenu -->
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<!-- Lien pour les menu placer à gauche avec une marge de 80% à droite et le survol des menu -->
<div id="menudhtml" class="menu">
<a href="index.html" onMouseover="changeImage('menu',im1.src)" onMouseout="changeImage('menu',im2.src)">
<img name="menu" src="image/menu.gif" alt="logo menu" border="0"></a>
<a href="materiel/materiel.html" onMouseover="changeImage('materiel',im3.src)" onMouseout="changeImage('materiel',im4.src)">
<img name="materiel" src="image/materiel.gif" alt="logo matériel" border="0"></a>
<a href="shaker/shaker.html" onMouseover="changeImage('shaker',im5.src)" onMouseout="changeImage('shaker',im6.src)">
<img name="shaker" src="image/shaker.gif" alt="logo shaker" border="0"></a>
<a href="longdrink/longdrink.html" onMouseover="changeImage('longdrink',im7.src)" onMouseout="changeImage('longdrink',im8.src)">
<img name="longdrink" src="image/ldrink.gif" alt="logo long drink" border="0"></a>
<a href="coupe/coupe.html" onMouseover="changeImage('coupe',im9.src)" onMouseout="changeImage('coupe',im10.src)">
<img name="coupe" src="image/coupe.gif" alt="logo coupe" border="0"></a>
<a href="vcocktail/vcocktail.html" onMouseover="changeImage('vcocktail',im11.src)" onMouseout="changeImage('vcocktail',im12.src)">
<img name="vcocktail" src="image/vcocktail.gif" alt="logo verre cocktail" border="0"></a>
<a href="liens/liens.html" onMouseover="changeImage('liens',im13.src)" onMouseout="changeImage('liens',im14.src)">
<img name="liens" src="image/liens.gif" alt="logo liens" border="0"></a>
<a href="email/email.html" onMouseover="changeImage('email',im15.src)" onMouseout="changeImage('email',im16.src)">
<img name="email" src="image/email.gif" alt="logo email" border="0"></a>
</div>
</body>
</html>
et on me dis :
No Character Encoding Found! Falling back to UTF-8.I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.
So what should I do? Tell me more...
Sorry, I am unable to validate this document because on lines 27, 34 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
merci
Modifié le 07 Jan 2005 - 22:03