Bonjour j'ai 2 erreurs persistances pour valider mon site w3C:
tout d'abord
Modifié par rockt13 (19 Apr 2008 - 23:27)
tout d'abord
a écrit :
Line 50, Column 6: end tag for element "HEAD" which is not open .
</head>✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
<head>
<title>Bienvenue sur Neko Barbare</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="./neko.css" type="text/css" >
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script language="javascript" type="text/javascript">
function pop_it(the_form) {
my_form = eval(the_form)
window.open("./wait.php", "popup", "height=440,width=640,menubar='no',toolbar='no',location='no',status='no',scrollbars='no'");
my_form.target = "popup";
my_form.submit();
}
</script>
<script type="text/javascript">function OuvrirFenetre(url,nom,details) { window.open(url,nom,details)}</script>
<script type="text/javascript" src="js/apercu_dynamique.js"></script>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-3279996-1";urchinTracker();</script>
<!-- Interdire le click droit -->
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
<!-- Disable
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->
</script>
</head>
Modifié par rockt13 (19 Apr 2008 - 23:27)