I guess it must be something obvious. Can someone take a quick look and enlighten me why the style sheet doesn't get appplied to this test site?
http://stage.truedesign.electra-2.ti...ernet.co.uk/a/
Many thanks!
| SitePoint Sponsor |


I guess it must be something obvious. Can someone take a quick look and enlighten me why the style sheet doesn't get appplied to this test site?
http://stage.truedesign.electra-2.ti...ernet.co.uk/a/
Many thanks!


In the head of your document, change this
to thisCode:<link rel="stylesheet/css" type="text/css" href="style.css">
Also, your link to the cookiecuttr file gives a 404.Code:<link rel="stylesheet" type="text/css" href="style.css">


I'd suspect line: 23 which should read: <link rel="stylesheet" type="text/css" href="style.css"> the rel value is meant to be "stylesheet".
Last edited by xhtmlcoder; Jun 20, 2012 at 02:12. Reason: Ralph slipped in there while I was away.
};-) http://www.xhtmlcoder.com/
Thinking Web: Voices of the Community
> March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?


Thanks so much for the hint!
Bookmarks