Ich kapiers einfach nicht.
So sieht es in meiner Datei aus:
/* hab hier auch mit <!-- probiert */
body
{
color: #00FF00;
background-color: #FF00FF;
}
H2
{
color: #121212;
font-family: Lucida Console;
font-size: 12pt;
font-weight: bold;
font-style: normal;
}
/* hab hier auch mit --> probiert */
Mein Source sieht so aus.
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Bilder</title>
<style type="text/css">
<link rel="stylesheet" type="text/css" href="../Pages/style.css">
</style>
</head>
<body>
<h2>TextTextText</h2>
</body>
</html>
Der Text ist nur sw auf ws-bg.
Ich denke das die Datei falsch ist.
Daniel