hmm also hier ne zusammenfassung:
bsp inhalt der format.css datei:
<!--
a {text-decoration: none;}
-->
body {color: #000000;}
a {text-decoration: none; color: #000000;}
a:visited {text-decoration : none; color: #000000;}
a:active {text-decoration : none; color: #000000;}
a:hover {text-decoration : none; color: #ff8000;}
a:link {text-decoration: none; color: #000000;}
.head { font-size: 12px; font-family: Verdana, Arial, Helvetica, Swiss; color: #000000;}
.inhalt { font-size: 10px; font-family: Verdana, Arial, Helvetica, Swiss; color: #000000;}
[/PHP]
nun wird ein link in der jeweiligen datei eingefügt und zwar in den HEAD tag wo auch die meta einträge zu finden sein sollten:
[PHP]<link rel=stylesheet type="text/css" href="format.css">
und es geht einwandfrei also:
1. datei [ dateiname.css ] erstellen.
2. inhalt eintragen / speichern.
3. in gewünschtem webdokument den link setzen.
fertig :bimei