Bonjour mon site et valide xhtml+css .
"j’utilise un thème wordress" voici mon problème :
Quand je passe ma page au validateur je reçois ce message ce message ci dessous il ya deux jour mon site était valide, aidez moi
Voici le message que je reçois
et voisi ma page php
aidez moi
Modifié par admin2net (09 Sep 2007 - 14:40)
"j’utilise un thème wordress" voici mon problème :
Quand je passe ma page au validateur je reçois ce message ce message ci dessous il ya deux jour mon site était valide, aidez moi
Voici le message que je reçois
Sorry, I am unable to validate this document because on line 44 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.
The error was: utf8 "\xE9" does not map to Unicode
et voisi ma page php
<?php
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-15\"?>\n";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Maintenance PC, création web</title>
<link rel="icon" type="image/png" href="fa-icone.png"/>
<style type="text/css">
@import url('style.css');
</style>
</head>
<body>
<div id="contener">
<div id="gauche">
<div id="menu-logo"><?php include("menulogo.php"); // appel du fichier menuhaut?></div>
<div id="menu-haut"><?php include("menuhaut.php"); // appel du fichier menuhaut?></div>
<div id="menu-guauche"><?php include("menugauche.php"); // appel du fichier menuguauche?></div>
<div id="menu-droite"><?php include("menudroite.php"); // appel du fichier menu?></div>
<div id="milieu">
<div id="article">
<?php if (have_posts()) : ?> <!-- verifier ci il y a des message -->
<?php while (have_posts()) : the_post(); ?>
<div id="complexItem_<?php the_ID(); ?>" class="complexItem">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><span class="t"><?php the_title(); ?></span></a></h3>
<p>
<?php edit_post_link('Edit','','<strong>|</strong>'); ?>
</p>
<hr />
<?php /* trackback_rdf(); */ ?>
</div>
<?php endwhile; ?>
<p>
<span><?php posts_nav_link('','','« Previous Entries') ?></span>
<span><?php posts_nav_link('','Next Entries »','') ?></span>
</p>
<?php else : ?>
<h3>Not Found</h3>
<p>
<?php _e("Sorry, but you are looking for something that isn't here."); ?>
</p>
<?php endif; ?>
</div>
</div>
</div>
<div id="footer"><?php include("menubas.php"); // appel du fichier menubas?></div>
</div>
</div>
</body>
</html>
aidez moi
Modifié par admin2net (09 Sep 2007 - 14:40)