no save
Assistance
Achat
News

Forum | webmastering
Correction code html
Captain57, le mer. 12 mars 2008 à 17:29:47
Bonjour,

J'ai un probleme avec mon site, il y a des erreurs dans mon code html, et si quelqu'un pourrais me corriger ce code se serais sympa. Mon site : http://nmns.xdir.org

Voici le code :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<html>
<head>
<title>NMNS</title>

<meta NAME="description" CONTENT="Insert Description Here">
<meta NAME="keywords" CONTENT="Insert Keywords Here">
<meta name="verify-v1" content="j4Lc/gtE5SOP8JPiL2RmkEIVSfrxXA9SXnvhwVzNHOI=" />
<script type="text/javascript" language="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" width="115" height="55"></td>
<td colspan="3"><img src="images/temp14_02.gif" width="150" height="55"></td>
<td><img src="images/temp14_03.gif" width="60" height="55"></td>
<td><img src="images/temp14_04.gif" width="100" height="55"></td>
<td><img src="images/temp14_05.gif" width="70" height="55"></td>
<td colspan="3"><img src="images/temp14_06.gif" width="150" height="55"></td>
<td><img src="images/temp14_07.gif" width="109" height="55"></td>
</tr>

<tr>
<td><img src="images/temp14_08.gif" width="115" height="20"></td>
<td colspan="3"><img src="images/temp14_09.gif" width="150" height="20"></td>
<td><img src="images/temp14_10.gif" width="60" height="20"></td>
<td rowspan="2"><img src="images/blank.gif" width="100" height="60" name="blank"></td>
<td><img src="images/temp14_12.gif" width="70" height="20"></td>
<td colspan="3"><img src="images/temp14_13.gif" width="150" height="20"></td>
<td><img src="images/temp14_14.gif" width="109" height="20"></td>
</tr>

<tr>
<td><img src="images/temp14_15.gif" width="115" height="40"></td>
<td><a href="index.php" onmouseover="on1();" onmouseout="off1();"><img src="images/link_1.gif" width="50" height="40" border="0" name="a"></a></td>
<td><a href="videos.php" onmouseover="on2();" onmouseout="off2();"><img src="images/link_2.gif" width="50" height="40" border="0" name="b"></a></td>
<td><a href="radios.php" onmouseover="on3();" onmouseout="off3();"><img src="images/link_3.gif" width="50" height="40" border="0" name="c"></a></td>
<td><img src="images/temp14_19.gif" width="60" height="40"></td>
<td><img src="images/temp14_20.gif" width="70" height="40"></td>
<td><a href="#" onmouseover="on4();" onmouseout="off4();"><img src="images/link_4.gif" width="50" height="40" border="0" name="d"></a></td>
<td><a href="#" onmouseover="on5();" onmouseout="off5();"><img src="images/link_5.gif" width="50" height="40" border="0" name="e"></a></td>
<td><a href="#" onmouseover="on6();" onmouseout="off6();"><img src="images/link_6.gif" width="50" height="40" border="0" name="f"></a></td>
<td><img src="images/temp14_24.gif" width="109" height="40"></td>
</tr>

<tr>
<td><img src="images/temp14_25.gif" width="115" height="50"></td>
<td colspan="3"><img src="images/temp14_26.gif" width="150" height="50"></td>
<td><img src="images/temp14_27.gif" width="60" height="50"></td>
<td><img src="images/temp14_28.gif" width="100" height="50"></td>
<td><img src="images/temp14_29.gif" width="70" height="50"></td>
<td colspan="3"><img src="images/temp14_30.gif" width="150" height="50"></td>
<td><img src="images/temp14_31.gif" width="109" height="50"></td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center">
<!-- Start Content -->
<br>
<img src="images/header_l.gif" width="45" height="30" border="0">
<font face="Arial" size="5" color="#FFFFFF"><strong><sup>Accueil</sup></strong></font>
<img src="images/header_r.gif" width="46" height="30" border="0">
<img src="images/devider.gif" width="717" height="9" border="0">
<p><font face="arial" size="2" color="#ffffff">
<br><br>

<p>Bienvenue sur NMNS !</p>

<br>
<br>
<img src="imagesite/nmns.png" width="300" height="300" border="0">
<br><br><br><br><br>
<img src="images/devider.gif" width="717" height="9" border="0">
<br>
Copyright © 2007 - 2008 NMNS. All Rights Reserved


<!--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="http://www.weborama.fr">Classement des meilleurs sites</A> et positionnement
</NOSCRIPT>
<!--FIN WEBOSCOPE FREE-->

</td>
</tr>
</table>

</body>
</html>

Merci de m'aider et de me repondre.

Au revoir.Configuration: Windows XP
Internet Explorer 7.0


s.spark
mars 08
Suivant
REPONSES
s.spark
mars 08
Dalida
mars 08
Captain57
mars 08
Dalida
mars 08
s.spark
mars 08
Captain57
mars 08
Captain57
mars 08
Dalida
mars 08
Captain57
mars 08
s.spark
mars 08
Version Web
Réalisé par RedShift
no save