Hallo
ich habe mir eine CSS Datei gemacht wo ich folgendes deklariere:
.head1 {
background: #2D5EA6;
height:30px;
color: white;
font-size: 13px;
font-family: arial, sans-serif;
text-align: center;
}a {
text-decoration:none;
color: red;}
>
Zum Beispiel:
nenn Deine link-klasse a.head\_link o.ä und weise dem HTML Tag A im header mittels dem Attribut "class" die klasse head\_link zu.
a.head\_link {
text-decoration:none;
color: red;
}
also: <a herf="{target}" class="head\_link">....