Hej!
Jag har problem med stylesheets. Om jag skriver:
<style type="text/css">
p { color:blue; }
a:link { color:blue; font-family:tahoma; font-weight: bold; font-size: 11pt}
a:visited { color:blue; font-family:arial;}
.rubrik { color:black; font-family:tahoma; text-decoration: underline; font-size: 15pt}
.inputtext { color:black; font-family:tahoma; font-weight: bold; font-size: 11pt}
</style>
och sedan:
<P>
Detta är vanlig text
</P>
blir texten blå. Rätt. Men om jag skriver:
<link rel=stylesheet href="filnamn.css" type="text/css">
blir inte texten blå (i filnamn.css står exakt samma sak som jag skrev innan).Däremot blir länken, rubriktexten och inputtexten precis som de ska vara. Vad kan vara fel?
tack /Erik