Bonjour,
j'ai intégrer phpmyvisite dans une page xhtml 1.0.
Je me retrouve maintenant avec un souci pour valider cette partie :
Voici mon erreur :
Merci d'avance !
@+
Modifié par Tchupacabra (05 Mar 2007 - 15:11)
j'ai intégrer phpmyvisite dans une page xhtml 1.0.
Je me retrouve maintenant avec un souci pour valider cette partie :
<!-- phpmyvisites -->
<a href="http://www.phpmyvisites.net/" title="phpMyVisites | Open source web analytics"
onclick="window.open(this.href); return(false);">
<script type="text/javascript">
<!--
var a_vars = Array();
var pagename='<?php echo $_SERVER['REQUEST_URI']; ?>';
var phpmyvisitesSite = 1;
var phpmyvisitesURL = "http://<?php echo $url; ?>/phpmv2/phpmyvisites.php";
//-->
</script>
<script type="text/javascript" src="http://<?php echo $url; ?>/phpmv2/phpmyvisites.js"></script>
<noscript>
<p>phpMyVisites | Open source web analytics
<img src="http://<?php echo $url; ?>/phpmv2/phpmyvisites.php" alt="Statistics" style="border:none" />
</p>
</noscript>
</a>
<!-- /phpmyvisites -->
Voici mon erreur :
a écrit :mais je ne comprend pas bien...
ERROR : Line 235 column 9: document type does not allow element "noscript" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<noscript>
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Merci d'avance !
@+
Modifié par Tchupacabra (05 Mar 2007 - 15:11)