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 trialfisnik poroshtica
14,154 PointsWhy my file.css doesnt make any effect i have linked in this way <link rel="stylesheet" href="css/fisnik.css">
Why my file.css doesnt make any effect i have linked in this way <link rel="stylesheet" href="css/fisnik.css"> . The problem is in work space
4 Answers
Jennifer Nordell
Treehouse TeacherYour link looks fine to me in your html and I don't see any obvious problems. Have you tried clearing your browser cache and then reloading the preview and refreshing the page? Sometimes the problem is that the browser is loading in old/cached data.
Jeremy Hill
29,567 Pointsyour your link needs to contain the name of your css file:
<link rel="stylesheet" type="text/css" href="file.css">
fisnik poroshtica
14,154 PointsYes i have with name of css file exactly, i tried in my pc it works with this same way, it just dont work on WORKSPACE
Kimberly Nelson
4,196 PointsSeems you may have solved it, as when I forked your workspace it loaded just fine when I used the view link, and the css file showed in my page sources.
Heads up, portfolio in navigation was spelled wrong :)
fisnik poroshtica
14,154 PointsThank all of you now its Okei