Bonjour à tous!
J'essaie de faire un modèle de mise en page simple mais j'ai déjà des différences alors que je n'ai que 20 lignes
Résultat : Sur IE7, le bloc page est bien centré, sur firefox, il reste à gauche?
Une idée?
Modifié par benka (02 Feb 2007 - 09:29)
J'essaie de faire un modèle de mise en page simple mais j'ai déjà des différences alors que je n'ai que 20 lignes
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
<style type="text/css">
<!--
body {
font-family: "Trebuchet MS", Verdana;
margin: 1em;
padding: 0em;
font-size: 0.9em;
background-color: #D9D8D5;
text-align: center;
color: #FFFFFF;
}
.bloc_page {
background-color: #ADAAA5;
text-align: justify;
width: 40em;
padding: 1em;
}
-->
</style>
</head>
<body>
<div class="bloc_page">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</body>
</html>
Résultat : Sur IE7, le bloc page est bien centré, sur firefox, il reste à gauche?
Une idée?
Modifié par benka (02 Feb 2007 - 09:29)