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

没有正确的解决方案

其他提示

You are not closing your href attribute

<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top