J'ai modifié overall-header et overall-footer mais j'ai une question:
Dois-t-on fermer les balises?
Comme ceci:
- Code: Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Tutopixel, la communauté graphique</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
</head>
<body>
<!-- Len-tête -->
<div id="en_tete">
</div>
<!-- Les menus -->
<div id="menu">
<div class="element_menu">
<a href="index.html"><img src="imagesdesite/accueil.png" alt="accueil" /></a><a href="c:/tutopixel/forum/index.php"><img src="imagesdesite/forum.png" alt="forum" /></a><a href="portfolio.html"><img src="imagesdesite/portfoliomenu.png" alt="portfolio" /></a><a href="tutoriels.html"><img src="imagesdesite/tutoriels.png" alt="tutoriels" /></a>
</div>
</div>
et pour overall-footer:
- Code: Tout sélectionner
<div id="pied_de_page">
<p>Copyright Tutopixel ©. Toute reproduction complète ou partielle<br />
du site est totalement interdite.
</p>
</div>
</body>
</html>
Merci