A voir également:
- Centrer entete http://lesitesimpson.ifrance.c
- Http - Guide
- Http //192.168.l.l - Guide
- Http //192.168.l.254 bbox - Forum Bbox Bouygues
- Connexion impossible à l'interface de la BBox - Forum Réseau
- Http //zh.ui.vmall.com/emotiondownload.php mod=restore - Forum Huawei
2 réponses
Dans ton CSS, remplace :
#en_tete
{
width: 706px;
height: 124px;
background-image: url("titre.png");
background-repeat: no-repeat;
margin-bottom: 10px;
} Par #en_tete
{
width: 706px;
height: 124px;
background-image: url("titre.png") center center;
background-repeat: no-repeat;
margin-bottom: 10px;
}
bonjour,
Déjà il me semble pas avoir dit de mettre :
Par contre tu le met juste avant </body>
</html>
</head>
<!--[if IE]>
</td>
</tr>
</table>
<![endif]-->
<body>
<!--[if IE]>
<table width="760" border="0" align="center">
<tr>
<td>
<![endif]-->
<div id="en_tete">
</div>
Déjà il me semble pas avoir dit de mettre :
<!--[if IE]> </td> </tr> </table> <![endif]-->entre les balise head et body donc supprime se bout de code.
Par contre tu le met juste avant </body>
</html>