Ich habe es probiert, es haut aber nicht hin. Ich muss da irgendwo einen Fehler haben
Also meine CSS Datei sieht folgend aus....
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>format</title>
</head>
<format>
<p><tt>format.standard {background-color:white;color:black;}<br>
format.invert {background-color:black;color:white;}<br>
</tt></p>
</format>
</html>
Und meine HTML Datei so...
...
</title>
<link rel="stylesheet" type="text/css" href="format.css">;
<style type="text/css">;
<body class="standard">...
<style>
...