bonjour je parcourt votre site qui est tres interessant ^^ mais j'ai un petit problème avec l'appel d'un fichier css, c'est un exemple simple car je debute dans ce domaine
voici mon script :
et mon ficher css :
et ca ne marche pas je ne vois pas mon erreur
Modifié par Med (11 May 2005 - 12:32)
voici mon script :
a écrit :
<html>
<head>
<link rel="stylesheet"
type="text/css" href="mon_fichier.css">
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>test</title>
</head>
<body>
<span id="glob">Bonjour
à tous, petits et grands...</span>
</body>
</html>
et mon ficher css :
a écrit :
#glob{
color:blue;
font-size:10pt;
font-family:arial;
font-weight:bold;
font-style:italic;
text-decoration:none;
}
et ca ne marche pas je ne vois pas mon erreur

Modifié par Med (11 May 2005 - 12:32)