j´ai trouvé un site qui me dit comment inclure le code html de la feuille de style dans le code html d´une page d´origine . Je ne comprends pas tout. Si je vous met le copde html de la fauille de style, pourriez vous me le mettre dans le code html d´origine. Je vous donne aussi l´adresse du site: http://selfhtml.selfhtml.com.fr/css/formats/incorporer.htm
et le chemin du fichier sur mon ordi: C:\Documents and Settings\Administrateur\Mes documents\Quentin\kits graphiques\1\style.ccs
code de style.ccs :
. fond { background-image: url("design/fondmenu.gif"); margin-top: 1px; margin-right: 1px; margin-bottom: 1px}
. bomb { background-image: url("design/bomb.gif"); margin-top: 1px; margin-right: 1px; margin-bottom: 1px}
. fondTitre { background-color: #48494A; font-family: Arial, Helvetica; font-size: 14px; color: #FFFFFF; font-weight: bold}
body {
font-family: Verdana, Arial;
font-size: 12px;
color: #EEEEEE;
background-color: 353637;
scrollbar-face-color: #808080;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #353637;
scrollbar-arrow-color: #000000
}
td { font-family: Verdana, Arial; font-size: 12px; color: #EEEEEE}
. fondmilieu { background-color: #808080}
. fondcadre { background-image: url("design/fondmenu.gif"); margin-top: 1px; margin-right: 1px; margin-bottom: 1px ; font-family: Arial, Helvetica; font-size: 14px; font-weight: bold; color: #FFFF00
}
a:link { font-family: Verdana, Arial; font-size: 8pt; color: #FFFF00; text-decoration: none}
a:visited { font-family: Verdana, Arial; font-size: 8pt; color: #FFCC00; text-decoration: none}
a:active { font-family: Verdana, Arial; font-size: 8pt; color: #3399FF; text-decoration: none}
a:hover {color: #FF6600; font-size: 8pt; font-family: Verdana, Arial; text-decoration: none}
code page d´origine:
< html>
< head>
< meta http-equiv="content-Type"
content="text/html; charset=iso-8859-1">
< meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
< title>Page normale sans titre</title>
< /head>
< body bgcolor="#FFFFFF">
< /body>
< /html>
merci