Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Like everyone else Im having a problem linking my Css file to my Html https://teamtreehouse.com/workspaces/41455485# .

Is this really a matter of Syntax for everyone or is there something off about the software?? https://teamtreehouse.com/workspaces/41455485# .

1 Answer

To link a CSS stylesheet to HTML you want to use: <link href="css/styles.css" rel="stylesheet"> and make sure that's nested in the <head></head>. If there isn't a CSS folder in the workspace, you might just need to use href="styles.css"

Thanks for your response ....but the video says the code has to be <link rel="stylesheet" href="resume.css"> for instances where the style sheet is in the same folder as the html. In my case they are both in the same folder and Ive named everything the exact same as the video.