CSS
body
{
width: 760px;
margin: nix; /* Pour centrer notre page */
margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d´enlever pour voir ! */
margin-bottom: 20px; /* Idem pour le bas du navigateur */
background-image: url("fond.png"); /* Une petite image de fond pour éviter d´avoir un vieux fond blanc :p */
}
- cadre
{
width: 650px;
height: 900px;
}
xHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Tokio Hotel Live</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="prems.css" />
<link rel="alternate stylesheet" media="screen" type="text/css" title="Deuxième Design" href="deuz.css" />
</head>
<body>
<div id="cadre">
</div>