문제

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