Dader diak!
Er findet meine Css zwar auf dem Server doch er sagt mir folgendes:
Dieses Stylesheet enthält keine Regeln.
Obwohl es ja Regeln gibt
Vielleicht vermißt er das type-Attribut im Link-Element? Und/oder das Stylesheet wird mit einem HTTP-Header ausgeliefert, der besagt, daß es doch kein Stylesheet ist?
Viele Grüße vom Længlich
Das mit dem type habe ich schon Probiert, macht er trozdem nicht.
so sieht zb. die css aus:
1.
.head {
2.
text-align:center;
3.
}
4.
.text{
5.
6.
background-color:black;
7.
color:white;
8.
}
9.
a:link { font-weight:bold; color:white; text-decoration:none; }
10.
a:visited { font-weight:bold; color:grey; text-decoration:none; }
11.
a:focus { font-weight:bold; color:red; text-decoration:underline; }
12.
a:hover { font-weight:bold; color:red; text-decoration:none; }
13.
a:active { font-weight:bold; color:lime; text-decoration:underline; }
14.
highl{ font-weight:bold;
15.
font-size:17px;
16.
color:red;}
mehr nicht. hmmm
vl. was mit den zugrifffsrechten?