Ja natürlich kann man es auch extern abspeichern und dann in der CSS Bibliotek einfügen.
1. in den Head der Seite einfügen wo die Linkformatierungen (CSS) eingefügt werden sollen.
PHP-Code:
<link rel="stylesheet" href="seite.css" type="text/css">
2. eine Datei in dem fall seite.css erstellen. Mit dem Inhalt:
PHP-Code:
Body {
A:link { text-decoration: none; color: #000000;}
A:visited { text-decoration: none; color: #000000;}
A:active { text-decoration: none; color: #000000;}
A:hover { text-decoration: underline; color: F90000;}
}
3. In Dreamweaver: CSS Styles -> unten rechts open Style.