Bonjour à tous et merci pour votre aide mais sa n'a pas réglé mon problème donc j'ai tout repris à zéro et changer la mise en page et le CSS.
Je me retrouve confronter à un autre problème , je n'arrive pas à mettre une image différente pour chaques liens, j'arrive à mettre la même dans tous mais sa ne m'interresse pas car j'en ai créer un de chaque avec Photoshop.
Je joint mon code:
Html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Portail interactif xbox 360 : testez les jeux, informez les autres joueurs et organisez des rencontres sur le xbox live.">
<meta name="keywords" content="xbox360,xbox 360,xboxlive,xbox live,rencontres,online,jeux,tests,tests jeux,test,jeux,news,xbox,jeux video,joueurs,communauté,commentaires,tester,testeurs,forums,forums xbox 360,testeurs,arena,arene,x360arena,x360arena.com,actualité jeux video,actualité xbox 360,tests xbox 360">
<title>Site BOOSTA</title>
<link rel="StyleSheet" type="text/css" href="test4.css">
</head>
<body>
<div id="global">
<div id="header">
<div id="nomteam">
</div>
<div id="ban">
</div>
<div id="menuhead">
<ul>
<li><a href="http://www.google.fr"></img></a></li>
<li><a href="forum.html"></a></li>
<li><a href="lateam.html"></a></li>
<li><a href="membres.html"></a></li>
<li><a href="news.html"></a></li>
<li><a href="livredor.html"></a></li>
</ul>
</div>
</div><!--fin header-->
<div id="centre">
<div id="sidebarleft">
</div><!--fin sidebarleft-->
<div id="corps">
</div><!--fin corps-->
<div id="sidebarright">
</div><!--fin sidebaright-->
</div><!--fin centre-->
<div id="feet">
</div><!--fin feet-->
</div><!--fin global-->
</body>
</html>
Et le CSS:
body{
height: 100%;
margin: 0;
background:black;
}
#global{
width:980px;
margin: 0 auto;
padding: 0 auto;
position: relative;
background:white;
}
#header{
width:980px;
height:190px;
border: 1px ridge #66FF66;
background: url(banniere2.gif);
}
#nomteam{
float:right;
width:760px;
height:50px;
background: url(nomteam2anime.gif);
}
#ban{
float:right;
width:760px;
height:100px;
background: url(banniere.gif);
}
#menuhead{
float:right;
width:890px;
height:40px;
}
#menuhead li{
float:left;
width:128px;
height:38px;
border: 1px ridge #66FF66;
background: url(accueil.gif);
}
ul {
float:right;
list-style-type:none;
}
#centre{
width:980px;
height:1300px;
margin-top:20px;
}
#sidebarleft{
float:left;
width:180px;
height:1000px;
border: 1px ridge #66FF66;
margin-left:4px;
}
#corps{
float:left;
width:560px;
height:1000px;
border: 1px ridge #66FF66;
margin-left:20px;
margin-right:20px;
}
#sidebarright{
float:left;
width:180px;
height:1000px;
border: 1px ridge #66FF66;
}
#feet{
width:980px;
height:50px;
border: 1px ridge #66FF66;
}
Ps:En ce qui concerne mes balise "<img> et <br>" de l'ancien code je vois bien pour le "< /br>" mais pas pour la balise "<img>"????