Försöker få class att fungera. Använder följande kod i css-filen:
A.norm { color: #008080; font-family: Verdana; font-size: xx-small; text-decoration: none; }
A.norm:HOVER { color: #0000FF; font-family: Verdana; font-size: xx-small; text-decoration: none; }
A { color: #008080; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }
A:HOVER { color: #0000FF; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }
och följande i html-filen:
<a href="#Hem" class="norm">Hem</a>
men det vill inte fungera. Förslag?
------------------
Lord, make my words sweet and tender today, for tomorrow I may have to eat them...