bonsoir,
j'aimerais pouvoir centrer toute ma page web sur l'écran, j'ai regardé sur le site www.alsacreation.com pour voir comment faire mais cela ne marche pas chez moi .
j'utilise pour mon site un systeme d'include et j'inclu sur chaque page un haut et un menu donc j'ai placé dans mon fichier haut.php div id=global :
Citation :
<html>
<link rel="stylesheet" href="css.css" type="text/css" title="titre" />
<body>
<div id="global">
<table border="0" cellpading="0" cellspacing="0" width="800" height="150">
<tr>
<td valign="top" height="150" width="800" background="image1.jpg">
</td>
</tr>
</table>
|
et voici le fichier css qui va avec:
Citation :
body
{
margin: 0;
padding: 0;
width: 800px;
}
#global
{
position: relative;
margin-left:auto;
margin-right:auto;
width:800px;
}
|
voilà, et je ne comprends pas pourquoi cela ne marche pas
quelqu'un a une idée?
merci d'avance
Message édité par toupidoup le 19-07-2005 à 22:40:10