
tout va bien ! maintenant si je vais dans la même section en anglais :

pour plus de precision :
voila mon soucis......en faisant moults tests et vérification, j'ai réussit à isoler l'emplacement de l'erreur dans le code..si je remplace le bout de code de la version anglaise par lcelui de la version française..plus de soucis !!! Le truc c'est que je dois isoler la ligne exact de l'erreur afin de la modifier par chercher/remplacer sur tout le site !!!
Et voila mon probleme...impossible de voir la différence entre les deux...je l'ai meme imprimer et j'ai jouer au jeu des sept erreurs avec mon copain..a part le liens, rien d'autre (en tout cas si il y a qq chose je ne l'ai pas vu) n'est différent...alors, ça vous tente un jeu des sept erreurs ??
code de la version française qui fonctionne bien :
Code
<!--tableau positionement au milieu de page-->
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<!--tableau "global"-->
<table cellpadding="0" cellspacing="0" id="global">
<tr>
<!--cellule avec ombrage gauche-->
<td class="global_td_left"> </td>
<!--cellule de contenu-->
<td class="global_td_middle">
<!-- tableau contenu-->
<table id="contenu" cellpadding="0" cellspacing="0">
<!--ligne du bandeau haut-->
<tr>
<td class="contenu_bandeau_td">
<!--Tableau "logo"-->
<table id="logo" cellpadding="0" cellspacing="0">
<tr>
<td class="logo_td"><a href="../accueil/toulouse.php"><img src="../IMG/JPG/logo.jpg"></a></td>
<td class="logo_icone_td">
<!--Tableau "icone"-->
<table id="icone" cellpadding="0" cellspacing="0">
<tr>
<td class="icone_home_td"><a href="../../index.php"><img src="../../IMG/JPG/boutons/home.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_infos_td"><a href="#" onClick="MM_openBrWindow('fenetre-bord-garonne.html','','scrollbars=yes,width=300,height=300')"><img src="../../IMG/JPG/boutons/infos-pratiques.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_forum_td"><a href="http://planete-photo.forumperso.com/index.htm" target="_blank"><img src="../../IMG/JPG/boutons/forum.gif" width="16" height="16"></a>
<!--fin tableau icone-->
</td>
</tr>
</table>
<!--fin tableau logo-->
</td>
</tr>
</table>
<!--fin ligne bandeau haut-->
</td>
</tr>
<!--ligne menu dynamique-->
<tr>
<td class="contenu_menu_td">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<!--tableau "global"-->
<table cellpadding="0" cellspacing="0" id="global">
<tr>
<!--cellule avec ombrage gauche-->
<td class="global_td_left"> </td>
<!--cellule de contenu-->
<td class="global_td_middle">
<!-- tableau contenu-->
<table id="contenu" cellpadding="0" cellspacing="0">
<!--ligne du bandeau haut-->
<tr>
<td class="contenu_bandeau_td">
<!--Tableau "logo"-->
<table id="logo" cellpadding="0" cellspacing="0">
<tr>
<td class="logo_td"><a href="../accueil/toulouse.php"><img src="../IMG/JPG/logo.jpg"></a></td>
<td class="logo_icone_td">
<!--Tableau "icone"-->
<table id="icone" cellpadding="0" cellspacing="0">
<tr>
<td class="icone_home_td"><a href="../../index.php"><img src="../../IMG/JPG/boutons/home.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_infos_td"><a href="#" onClick="MM_openBrWindow('fenetre-bord-garonne.html','','scrollbars=yes,width=300,height=300')"><img src="../../IMG/JPG/boutons/infos-pratiques.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_forum_td"><a href="http://planete-photo.forumperso.com/index.htm" target="_blank"><img src="../../IMG/JPG/boutons/forum.gif" width="16" height="16"></a>
<!--fin tableau icone-->
</td>
</tr>
</table>
<!--fin tableau logo-->
</td>
</tr>
</table>
<!--fin ligne bandeau haut-->
</td>
</tr>
<!--ligne menu dynamique-->
<tr>
<td class="contenu_menu_td">
et le code de la version anglaise qui déconne :
Code
<body>
<!--tableau positionement au milieu de page-->
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<!--tableau "global"-->
<table cellpadding="0" cellspacing="0" id="global">
<tr>
<!--cellule avec ombrage gauche-->
<td class="global_td_left"> </td>
<!--cellule de contenu-->
<td class="global_td_middle">
<!-- tableau contenu-->
<table id="contenu" cellpadding="0" cellspacing="0">
<!--ligne du bandeau haut-->
<tr>
<td class="contenu_bandeau_td">
<!--Tableau "logo"-->
<table id="logo" cellpadding="0" cellspacing="0">
<tr>
<td class="logo_td"><a href="../accueil/toulouse-EN.php"><img src="../IMG/JPG/logo.jpg"></a>
</td>
<td class="logo_icone_td">
<!--Tableau "icone"-->
<table id="icone" cellpadding="0" cellspacing="0">
<tr>
<td class="icone_home_td"><a href="../../planete/accueil-EN.php"><img src="../../IMG/JPG/boutons/home.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_infos_td"><a href="#" onClick="MM_openBrWindow('fenetre-bord-garonne-EN.html','','scrollbars=yes,width=300,height=300')"><img src="../../IMG/JPG/boutons/infos-pratiques.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_forum_td"><a href="http://planete-photo.forumperso.com/index.htm" target="_blank"><img src="../../IMG/JPG/boutons/forum.gif" width="16" height="16"></a>
<!--fin tableau icone-->
</td>
</tr>
</table>
<!--fin tableau logo-->
</td>
</tr>
</table>
<!--fin ligne bandeau haut-->
</td>
</tr>
<!--ligne menu dynamique-->
<tr>
<td class="contenu_menu_td">
<!--tableau positionement au milieu de page-->
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<!--tableau "global"-->
<table cellpadding="0" cellspacing="0" id="global">
<tr>
<!--cellule avec ombrage gauche-->
<td class="global_td_left"> </td>
<!--cellule de contenu-->
<td class="global_td_middle">
<!-- tableau contenu-->
<table id="contenu" cellpadding="0" cellspacing="0">
<!--ligne du bandeau haut-->
<tr>
<td class="contenu_bandeau_td">
<!--Tableau "logo"-->
<table id="logo" cellpadding="0" cellspacing="0">
<tr>
<td class="logo_td"><a href="../accueil/toulouse-EN.php"><img src="../IMG/JPG/logo.jpg"></a>
</td>
<td class="logo_icone_td">
<!--Tableau "icone"-->
<table id="icone" cellpadding="0" cellspacing="0">
<tr>
<td class="icone_home_td"><a href="../../planete/accueil-EN.php"><img src="../../IMG/JPG/boutons/home.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_infos_td"><a href="#" onClick="MM_openBrWindow('fenetre-bord-garonne-EN.html','','scrollbars=yes,width=300,height=300')"><img src="../../IMG/JPG/boutons/infos-pratiques.gif" width="16" height="16"></a></td>
</tr>
<tr>
<td class="icone_forum_td"><a href="http://planete-photo.forumperso.com/index.htm" target="_blank"><img src="../../IMG/JPG/boutons/forum.gif" width="16" height="16"></a>
<!--fin tableau icone-->
</td>
</tr>
</table>
<!--fin tableau logo-->
</td>
</tr>
</table>
<!--fin ligne bandeau haut-->
</td>
</tr>
<!--ligne menu dynamique-->
<tr>
<td class="contenu_menu_td">
vous voyez une différence vous ????