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 :)

No correct solution

OTHER TIPS

You are not closing your href attribute

<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top