Correction code html
Résolu
Captain57
Messages postés
9
Date d'inscription
Statut
Membre
Dernière intervention
-
captain57 -
captain57 -
A voir également:
- Correction code html
- Code ascii - Guide
- Code puk bloqué - Guide
- Code activation windows 10 - Guide
- Comment déverrouiller un téléphone quand on a oublié le code - Guide
- Editeur html - Télécharger - HTML
14 réponses
Salut,
Non mais corriger une page HTML généré par un programme, puis quoi encore, c'est le merdier. Désolé ne le prend pas mal, mais c'est rarement propre ce genre de code, et c'est illisible, c'est pas généré pour les humains ...
Corriger le code serait ridicule puisqu'il suffit que tu ajoute ou supprimer un truc avec ce même logiciel pour que ça devienne à nouveau complètement crade.
Non mais corriger une page HTML généré par un programme, puis quoi encore, c'est le merdier. Désolé ne le prend pas mal, mais c'est rarement propre ce genre de code, et c'est illisible, c'est pas généré pour les humains ...
Corriger le code serait ridicule puisqu'il suffit que tu ajoute ou supprimer un truc avec ce même logiciel pour que ça devienne à nouveau complètement crade.
Dsl mais la plupart du code vient d'un kit graphique sinon le reste je l'ai fais moi meme avec bloc note, donc si vous pouvez me corriger les erreurs svp.
Tu comprend pas, n'importe qui devrait reprendre tout depuis zéro, on ne peut pas corriger un truc comme ça par petite touche.
Peut tu m'eclairer sur les erreur d'apres sa : http://validator.w3.org/...
Sinon comment vais je faire pour corriger mon code ?
Sinon comment vais je faire pour corriger mon code ?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Il faut que tu indiques dans l'entête avec une balise meta quel encodage il faut utiliser pour lire ton fichier.
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Tu as largement plus que 11 erreurs. Mais comme tu n'as pas mis de déclaration XML et de DTD, le validateur ne peut pas faire son boulot correctement.
Je suis arrivé a corriger environ 60 erreurs, il m'en reste encore 36 mais depuis ma page est blanche ?
premiere erreur enorme, ce qui bloque tout, il te faut un doctype dans ta page, exemple:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
ceci doit etre la premiere ligne de tes pages
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
ceci doit etre la premiere ligne de tes pages
Voila le code, je suis passé en doctype strict, ai je bien fait ou non ?
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr" lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NMNS</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Insert Description Here" />
<meta name="keywords" content="Insert Keywords Here" />
<script language="javascript" type="text/javascript">
<!--
function on1()
{if (!document.images) return; document.a.src = "images/sel_link_1.gif"; document.blank.src = "images/blank_1.gif";}
function on2()
{if (!document.images) return; document.b.src = "images/sel_link_2.gif"; document.blank.src = "images/blank_2.gif";}
function on3()
{if (!document.images) return; document.c.src = "images/sel_link_3.gif"; document.blank.src = "images/blank_3.gif";}
function on4()
{if (!document.images) return; document.d.src = "images/sel_link_4.gif"; document.blank.src = "images/blank_4.gif";}
function on5()
{if (!document.images) return; document.e.src = "images/sel_link_5.gif"; document.blank.src = "images/blank_5.gif";}
function on6()
{if (!document.images) return; document.f.src = "images/sel_link_6.gif"; document.blank.src = "images/blank_6.gif";}
function off1()
{if (!document.images) return; document.a.src = "images/link_1.gif"; document.blank.src = "images/blank.gif";}
function off2()
{if (!document.images) return; document.b.src = "images/link_2.gif"; document.blank.src = "images/blank.gif";}
function off3()
{if (!document.images) return; document.c.src = "images/link_3.gif"; document.blank.src = "images/blank.gif";}
function off4()
{if (!document.images) return; document.d.src = "images/link_4.gif"; document.blank.src = "images/blank.gif";}
function off5()
{if (!document.images) return; document.e.src = "images/link_5.gif"; document.blank.src = "images/blank.gif";}
function off6()
{if (!document.images) return; document.f.src = "images/link_6.gif"; document.blank.src = "images/blank.gif";}
var imgslist = new Array(
"images/blank_1.gif",
"images/blank_2.gif",
"images/blank_3.gif",
"images/blank_4.gif",
"images/blank_5.gif",
"images/blank_6.gif",
"images/sel_link_1.gif",
"images/sel_link_2.gif",
"images/sel_link_3.gif",
"images/sel_link_4.gif",
"images/sel_link_5.gif",
"images/sel_link_6.gif");
var imgs=new Array();
for (x=0; x<imgslist.length; x++)
if (document.images)
{imgs[x]=new Image(); imgs[x].src = imgslist[x];}
//-->
</script>
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
-->
</style>
</head>
<body bgcolor="#000000" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<table width="754" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="images/temp14_01.gif" alt="nmns" width="115" height="55" /></td>
<td colspan="3"><img src="images/temp14_02.gif" alt="nmns" width="150" height="55" /></td>
<td><img src="images/temp14_03.gif" alt="nmns" width="60" height="55" /></td>
<td><img src="images/temp14_04.gif" alt="nmns" width="100" height="55" /></td>
<td><img src="images/temp14_05.gif" alt="nmns" width="70" height="55" /></td>
<td colspan="3"><img src="images/temp14_06.gif" alt="nmns" width="150" height="55" /></td>
<td><img src="images/temp14_07.gif" alt="nmns" width="109" height="55" /></td>
</tr>
<tr>
<td><img src="images/temp14_08.gif" alt="nmns" width="115" height="20" /></td>
<td colspan="3"><img src="images/temp14_09.gif" alt="nmns" width="150" height="20" /></td>
<td><img src="images/temp14_10.gif" alt="nmns" width="60" height="20" /></td>
<td rowspan="2"><img src="images/blank.gif" alt="blank" width="100" height="60" /></td>
<td><img src="images/temp14_12.gif" alt="nmns" width="70" height="20" /></td>
<td colspan="3"><img src="images/temp14_13.gif" alt="nmns" width="150" height="20" /></td>
<td><img src="images/temp14_14.gif" alt="nmns" width="109" height="20" /></td>
</tr>
<tr>
<td><img src="images/temp14_15.gif" alt="nmns" width="115" height="40" /></td>
<td><a href="index.php" onmouseover="on1();" onmouseout="off1();"><img src="images/link_1.gif" width="50" height="40" alt="a" /></a></td>
<td><a href="radios.php" onmouseover="on2();" onmouseout="off2();"><img src="images/link_2.gif" width="50" height="40" border="0" alt="b" /></a></td>
<td><a href="videos.php" onmouseover="on3();" onmouseout="off3();"><img src="images/link_3.gif" width="50" height="40" border="0" alt="c" /></a></td>
<td><img src="images/temp14_19.gif" alt="nmns" width="60" height="40" /></td>
<td><img src="images/temp14_20.gif" alt="nmns" width="70" height="40"/ ></td>
<td><a href="index.php" onmouseover="on4();" onmouseout="off4();"><img src="images/link_4.gif" width="50" height="40" border="0" alt="d" /></a></td>
<td><a href="index.php" onmouseover="on5();" onmouseout="off5();"><img src="images/link_5.gif" width="50" height="40" border="0" alt="e" /></a></td>
<td><a href="index.php" onmouseover="on6();" onmouseout="off6();"><img src="images/link_6.gif" width="50" height="40" border="0" alt="f" /></a></td>
<td><img src="images/temp14_24.gif" alt="nmns" width="109" height="40" /></td>
</tr>
<tr>
<td><img src="images/temp14_25.gif" alt="nmns" width="115" height="50" /></td>
<td colspan="3"><img src="images/temp14_26.gif" alt="nmns" width="150" height="50" /></td>
<td><img src="images/temp14_27.gif" alt="nmns" width="60" height="50" /></td>
<td><img src="images/temp14_28.gif" alt="nmns" width="100" height="50" /></td>
<td><img src="images/temp14_29.gif" alt="nmns" width="70" height="50" /></td>
<td colspan="3"><img src="images/temp14_30.gif" alt="nmns" width="150" height="50" /></td>
<td><img src="images/temp14_31.gif" alt="nmns" width="109" height="50" /></td>
</tr>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center">
<!-- Start Content -->
<br>
<img src="images/header_l.gif" alt="nmns" width="45" height="30" border="0" /><br />
<font face="Arial" size="5" color="#FFFFFF"><strong><sup>Accueil</sup></strong></font>
<img src="images/header_r.gif" alt="nmns" width="46" height="30" border="0" />
<img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" />
<font face="arial" size="2" color="#ffffff">
<p>Bienvenue sur NMNS</p>
<br>
<br />
<img src="imagesite/nmns.png" alt="nmns" width="300" height="300" border="0" />
<br><br /><br><br><br>
<img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" />
<br>
<a href="mailto:pleymoneware@gmail.com?cc=&subject=Contacter le Webmaster du site NMNS&body=Votre message :">Contacter le Webmaster du site NMNS</a>
<br>
<br>
<!--DEBUT WEBOSCOPE FREE - Weborama-->
<script type="text/javascript">
WEBO_ZONE=1;
WEBO_PAGE=1;
webogold_ok=0;</script>
<script type="text/javascript" src="http://script.weborama.fr/gold.js"></script>
<script type="text/javascript" >
if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,347273);}</script>
<noscript><a href="http://www.weboscope.com">Weboscope</a>mesure d'audience, statistiques, ROI<br>
<a href="https://weborama.com/">Classement des meilleurs sites</a> et positionnement
</noscript>
<!--FIN WEBOSCOPE FREE-->
<br>
<br>
Copyright © 2007 - 2008 NMNS. All Rights Reserved
<!-- End Content -->
</td>
</tr>
</table>
</body>
</html>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr" lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NMNS</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Insert Description Here" />
<meta name="keywords" content="Insert Keywords Here" />
<script language="javascript" type="text/javascript">
<!--
function on1()
{if (!document.images) return; document.a.src = "images/sel_link_1.gif"; document.blank.src = "images/blank_1.gif";}
function on2()
{if (!document.images) return; document.b.src = "images/sel_link_2.gif"; document.blank.src = "images/blank_2.gif";}
function on3()
{if (!document.images) return; document.c.src = "images/sel_link_3.gif"; document.blank.src = "images/blank_3.gif";}
function on4()
{if (!document.images) return; document.d.src = "images/sel_link_4.gif"; document.blank.src = "images/blank_4.gif";}
function on5()
{if (!document.images) return; document.e.src = "images/sel_link_5.gif"; document.blank.src = "images/blank_5.gif";}
function on6()
{if (!document.images) return; document.f.src = "images/sel_link_6.gif"; document.blank.src = "images/blank_6.gif";}
function off1()
{if (!document.images) return; document.a.src = "images/link_1.gif"; document.blank.src = "images/blank.gif";}
function off2()
{if (!document.images) return; document.b.src = "images/link_2.gif"; document.blank.src = "images/blank.gif";}
function off3()
{if (!document.images) return; document.c.src = "images/link_3.gif"; document.blank.src = "images/blank.gif";}
function off4()
{if (!document.images) return; document.d.src = "images/link_4.gif"; document.blank.src = "images/blank.gif";}
function off5()
{if (!document.images) return; document.e.src = "images/link_5.gif"; document.blank.src = "images/blank.gif";}
function off6()
{if (!document.images) return; document.f.src = "images/link_6.gif"; document.blank.src = "images/blank.gif";}
var imgslist = new Array(
"images/blank_1.gif",
"images/blank_2.gif",
"images/blank_3.gif",
"images/blank_4.gif",
"images/blank_5.gif",
"images/blank_6.gif",
"images/sel_link_1.gif",
"images/sel_link_2.gif",
"images/sel_link_3.gif",
"images/sel_link_4.gif",
"images/sel_link_5.gif",
"images/sel_link_6.gif");
var imgs=new Array();
for (x=0; x<imgslist.length; x++)
if (document.images)
{imgs[x]=new Image(); imgs[x].src = imgslist[x];}
//-->
</script>
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
-->
</style>
</head>
<body bgcolor="#000000" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<table width="754" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="images/temp14_01.gif" alt="nmns" width="115" height="55" /></td>
<td colspan="3"><img src="images/temp14_02.gif" alt="nmns" width="150" height="55" /></td>
<td><img src="images/temp14_03.gif" alt="nmns" width="60" height="55" /></td>
<td><img src="images/temp14_04.gif" alt="nmns" width="100" height="55" /></td>
<td><img src="images/temp14_05.gif" alt="nmns" width="70" height="55" /></td>
<td colspan="3"><img src="images/temp14_06.gif" alt="nmns" width="150" height="55" /></td>
<td><img src="images/temp14_07.gif" alt="nmns" width="109" height="55" /></td>
</tr>
<tr>
<td><img src="images/temp14_08.gif" alt="nmns" width="115" height="20" /></td>
<td colspan="3"><img src="images/temp14_09.gif" alt="nmns" width="150" height="20" /></td>
<td><img src="images/temp14_10.gif" alt="nmns" width="60" height="20" /></td>
<td rowspan="2"><img src="images/blank.gif" alt="blank" width="100" height="60" /></td>
<td><img src="images/temp14_12.gif" alt="nmns" width="70" height="20" /></td>
<td colspan="3"><img src="images/temp14_13.gif" alt="nmns" width="150" height="20" /></td>
<td><img src="images/temp14_14.gif" alt="nmns" width="109" height="20" /></td>
</tr>
<tr>
<td><img src="images/temp14_15.gif" alt="nmns" width="115" height="40" /></td>
<td><a href="index.php" onmouseover="on1();" onmouseout="off1();"><img src="images/link_1.gif" width="50" height="40" alt="a" /></a></td>
<td><a href="radios.php" onmouseover="on2();" onmouseout="off2();"><img src="images/link_2.gif" width="50" height="40" border="0" alt="b" /></a></td>
<td><a href="videos.php" onmouseover="on3();" onmouseout="off3();"><img src="images/link_3.gif" width="50" height="40" border="0" alt="c" /></a></td>
<td><img src="images/temp14_19.gif" alt="nmns" width="60" height="40" /></td>
<td><img src="images/temp14_20.gif" alt="nmns" width="70" height="40"/ ></td>
<td><a href="index.php" onmouseover="on4();" onmouseout="off4();"><img src="images/link_4.gif" width="50" height="40" border="0" alt="d" /></a></td>
<td><a href="index.php" onmouseover="on5();" onmouseout="off5();"><img src="images/link_5.gif" width="50" height="40" border="0" alt="e" /></a></td>
<td><a href="index.php" onmouseover="on6();" onmouseout="off6();"><img src="images/link_6.gif" width="50" height="40" border="0" alt="f" /></a></td>
<td><img src="images/temp14_24.gif" alt="nmns" width="109" height="40" /></td>
</tr>
<tr>
<td><img src="images/temp14_25.gif" alt="nmns" width="115" height="50" /></td>
<td colspan="3"><img src="images/temp14_26.gif" alt="nmns" width="150" height="50" /></td>
<td><img src="images/temp14_27.gif" alt="nmns" width="60" height="50" /></td>
<td><img src="images/temp14_28.gif" alt="nmns" width="100" height="50" /></td>
<td><img src="images/temp14_29.gif" alt="nmns" width="70" height="50" /></td>
<td colspan="3"><img src="images/temp14_30.gif" alt="nmns" width="150" height="50" /></td>
<td><img src="images/temp14_31.gif" alt="nmns" width="109" height="50" /></td>
</tr>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center">
<!-- Start Content -->
<br>
<img src="images/header_l.gif" alt="nmns" width="45" height="30" border="0" /><br />
<font face="Arial" size="5" color="#FFFFFF"><strong><sup>Accueil</sup></strong></font>
<img src="images/header_r.gif" alt="nmns" width="46" height="30" border="0" />
<img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" />
<font face="arial" size="2" color="#ffffff">
<p>Bienvenue sur NMNS</p>
<br>
<br />
<img src="imagesite/nmns.png" alt="nmns" width="300" height="300" border="0" />
<br><br /><br><br><br>
<img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" />
<br>
<a href="mailto:pleymoneware@gmail.com?cc=&subject=Contacter le Webmaster du site NMNS&body=Votre message :">Contacter le Webmaster du site NMNS</a>
<br>
<br>
<!--DEBUT WEBOSCOPE FREE - Weborama-->
<script type="text/javascript">
WEBO_ZONE=1;
WEBO_PAGE=1;
webogold_ok=0;</script>
<script type="text/javascript" src="http://script.weborama.fr/gold.js"></script>
<script type="text/javascript" >
if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,347273);}</script>
<noscript><a href="http://www.weboscope.com">Weboscope</a>mesure d'audience, statistiques, ROI<br>
<a href="https://weborama.com/">Classement des meilleurs sites</a> et positionnement
</noscript>
<!--FIN WEBOSCOPE FREE-->
<br>
<br>
Copyright © 2007 - 2008 NMNS. All Rights Reserved
<!-- End Content -->
</td>
</tr>
</table>
</body>
</html>
Le probleme est que des que je met <?xml version="1.0" encoding="iso-8859-1"?> ma page est blanche, alors que si je ne le met pas, il manque l'encodage xml ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="fr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <title>NMNS </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="Insert Description Here" /> <meta name="keywords" content="Insert Keywords Here" /> <script language="javascript" type="text/javascript"> //<![CDATA[ <!-- function on1() {if (!document.images) return; document.a.src = "images/sel_link_1.gif"; document.blank.src = "images/blank_1.gif";} function on2() {if (!document.images) return; document.b.src = "images/sel_link_2.gif"; document.blank.src = "images/blank_2.gif";} function on3() {if (!document.images) return; document.c.src = "images/sel_link_3.gif"; document.blank.src = "images/blank_3.gif";} function on4() {if (!document.images) return; document.d.src = "images/sel_link_4.gif"; document.blank.src = "images/blank_4.gif";} function on5() {if (!document.images) return; document.e.src = "images/sel_link_5.gif"; document.blank.src = "images/blank_5.gif";} function on6() {if (!document.images) return; document.f.src = "images/sel_link_6.gif"; document.blank.src = "images/blank_6.gif";} function off1() {if (!document.images) return; document.a.src = "images/link_1.gif"; document.blank.src = "images/blank.gif";} function off2() {if (!document.images) return; document.b.src = "images/link_2.gif"; document.blank.src = "images/blank.gif";} function off3() {if (!document.images) return; document.c.src = "images/link_3.gif"; document.blank.src = "images/blank.gif";} function off4() {if (!document.images) return; document.d.src = "images/link_4.gif"; document.blank.src = "images/blank.gif";} function off5() {if (!document.images) return; document.e.src = "images/link_5.gif"; document.blank.src = "images/blank.gif";} function off6() {if (!document.images) return; document.f.src = "images/link_6.gif"; document.blank.src = "images/blank.gif";} var imgslist = new Array( "images/blank_1.gif", "images/blank_2.gif", "images/blank_3.gif", "images/blank_4.gif", "images/blank_5.gif", "images/blank_6.gif", "images/sel_link_1.gif", "images/sel_link_2.gif", "images/sel_link_3.gif", "images/sel_link_4.gif", "images/sel_link_5.gif", "images/sel_link_6.gif"); var imgs=new Array(); for (x=0; x<imgslist.length; x++) if (document.images) {imgs[x]=new Image(); imgs[x].src = imgslist[x];} //--> //]]> </script> <style type="text/css">/* <![CDATA[*/ <!-- a:link {text-decoration: none;} a:visited {text-decoration: none;} a:hover {text-decoration: underline;} --> /*]]>*/ </style> <style type="text/css">/* <![CDATA[*/ body { background-color: #000000; } /*]]>*/ </style> </head> <body> <table width="754" border="0" cellpadding="0" cellspacing="0" align="center"> <tr><td> <img src="images/temp14_01.gif" alt="nmns" width="115" height="55" /></td> <td colspan="3"> <img src="images/temp14_02.gif" alt="nmns" width="150" height="55" /></td><td> <img src="images/temp14_03.gif" alt="nmns" width="60" height="55" /></td><td> <img src="images/temp14_04.gif" alt="nmns" width="100" height="55" /></td><td> <img src="images/temp14_05.gif" alt="nmns" width="70" height="55" /></td> <td colspan="3"> <img src="images/temp14_06.gif" alt="nmns" width="150" height="55" /></td><td> <img src="images/temp14_07.gif" alt="nmns" width="109" height="55" /></td> </tr> <tr><td> <img src="images/temp14_08.gif" alt="nmns" width="115" height="20" /></td> <td colspan="3"> <img src="images/temp14_09.gif" alt="nmns" width="150" height="20" /></td><td> <img src="images/temp14_10.gif" alt="nmns" width="60" height="20" /></td> <td rowspan="2"> <img src="images/blank.gif" alt="blank" width="100" height="60" /></td><td> <img src="images/temp14_12.gif" alt="nmns" width="70" height="20" /></td> <td colspan="3"> <img src="images/temp14_13.gif" alt="nmns" width="150" height="20" /></td><td> <img src="images/temp14_14.gif" alt="nmns" width="109" height="20" /></td> </tr> <tr><td> <img src="images/temp14_15.gif" alt="nmns" width="115" height="40" /></td><td> <a href="index.php" onmouseover="on1();" onmouseout="off1();"> <img src="images/link_1.gif" width="50" height="40" alt="a" /></a></td><td> <a href="radios.php" onmouseover="on2();" onmouseout="off2();"> <img src="images/link_2.gif" width="50" height="40" border="0" alt="b" /></a></td><td> <a href="videos.php" onmouseover="on3();" onmouseout="off3();"> <img src="images/link_3.gif" width="50" height="40" border="0" alt="c" /></a></td><td> <img src="images/temp14_19.gif" alt="nmns" width="60" height="40" /></td><td> <img src="images/temp14_20.gif" alt="nmns" width="70" height="40" /></td><td> <a href="index.php" onmouseover="on4();" onmouseout="off4();"> <img src="images/link_4.gif" width="50" height="40" border="0" alt="d" /></a></td><td> <a href="index.php" onmouseover="on5();" onmouseout="off5();"> <img src="images/link_5.gif" width="50" height="40" border="0" alt="e" /></a></td><td> <a href="index.php" onmouseover="on6();" onmouseout="off6();"> <img src="images/link_6.gif" width="50" height="40" border="0" alt="f" /></a></td><td> <img src="images/temp14_24.gif" alt="nmns" width="109" height="40" /></td> </tr> <tr><td> <img src="images/temp14_25.gif" alt="nmns" width="115" height="50" /></td> <td colspan="3"> <img src="images/temp14_26.gif" alt="nmns" width="150" height="50" /></td><td> <img src="images/temp14_27.gif" alt="nmns" width="60" height="50" /></td><td> <img src="images/temp14_28.gif" alt="nmns" width="100" height="50" /></td><td> <img src="images/temp14_29.gif" alt="nmns" width="70" height="50" /></td> <td colspan="3"> <img src="images/temp14_30.gif" alt="nmns" width="150" height="50" /></td><td> <img src="images/temp14_31.gif" alt="nmns" width="109" height="50" /></td> </tr> <tr><td></td> </tr> <tr> <td align="center"> <!-- Start Content --><br /> <img src="images/header_l.gif" alt="nmns" width="45" height="30" border="0" /><br /><strong><sup>Accueil</sup></strong>&l?t;/font> <img src="images/header_r.gif" alt="nmns" width="46" height="30" border="0" /> <img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" /> <p>Bienvenue sur NMNS </p><br /><br /> <img src="imagesite/nmns.png" alt="nmns" width="300" height="300" border="0" /><br /><br /><br /><br /><br /> <img src="images/devider.gif" alt="nmns" width="717" height="9" border="0" /><br /> <a href="mailto:pleymoneware@gmail.com?cc=&subject=Contacter%20le%20Webmaster%20du%20site%20NMNS&body=Votre%20message%20:">Contacter le Webmaster du site NMNS</a><br /><br /> <!--DEBUT WEBOSCOPE FREE - Weborama--> <script type="text/javascript"> //<![CDATA[ WEBO_ZONE=1; WEBO_PAGE=1; webogold_ok=0; //]]> </script> <script type="text/javascript" src="http://script.weborama.fr/gold.js"> </script> <script type="text/javascript"> //<![CDATA[ if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,347273);} //]]> </script> <noscript> <a href="http://www.weboscope.com">Weboscope</a>mesure d'audience, statistiques, ROI<br /> <a href="https://weborama.com/">Classement des meilleurs sites</a> et positionnement </noscript> <!--FIN WEBOSCOPE FREE--><br /><br />Copyright ø 2007 - 2008 NMNS. All Rights Reserved <!-- End Content --></td> </tr> </table> </body> </html>
et hop un coup d'peinture !
mais tu devrais pas te mettre dans un état pareil, pense à ta santé !!!