28111 sujets

CSS et mise en forme, CSS3

salut à tous
j'ai créé mon CSS et le lien dans les balises head
mais mon css ne fonctionne pas
c'est mon lien qui n'est pas bon
(c'est mon 1er css...)

<head>
<title>SturmGeschutz</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="stug.abt.free.fr/styles.css" type="text/css"></head>


a:link { color:#000066; text-decoration:none; font-weight:normal; }
a:hover { color:#FFFF00; text-decoration:none; font-weight:bold; }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:normal; }
a:active { color:#FFFFFF; text-decoration:none; font-weight:normal; }
body { color:#CCCCCC; background:#333333; font-size:11pt; font-family:Verdana; }
input { font-size:11pt; font-family:Verdana; }
textarea { font-size:11pt; font-family:Verdana; }
select { font-size:11pt; font-family:Verdana; }
td { font-size:11pt; font-family:Verdana; }
Il s'agit clairement d'un problème de chemin mais nous ne pouvons savoir où se trouve votre fichier css. A priori il n'est pas à la racine du site comme le suggère l'adresse car celle-ci donne une erreur 404.