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 trialRohit Thorat
12,191 Pointshtml not appearing
by using DRY we separated our html files . i am writing the code on my local machine...after running the server the search page is running perfectly fine but when i go to someone's profile css is not appearing on that page
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 PointsIf CSS is not showing and you are using a reference to a css file, then you probably misspelled something in the href to that css file
1 Answer
Alexander La Bianca
15,959 PointsPlease post your code. If your CSS is not appearing you are likely not serving the css from your server. You need to add logic to tell your server where to find your CSS.
garp monkey
45 Pointsgarp monkey
45 PointsPost your code please.