Question

I made a link to my stylesheet. I used

<link rel="stylesheet" href="css/style.css>

but it doesn't work.. When I put the CSS in style tags on the HTML it is fine... I'm using espresso 2.. Any suggestions?

btw I have my css ina folder and tried without as well, it's all int eh same directory and this is driving me nuts :)

Pas de solution correcte

Autres conseils

You are not closing your href attribute

<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top