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

JavaScript Build a Simple Dynamic Site with Node.js HTTP Methods and Headers Dealing with the POST Body

Rohit Thorat
Rohit Thorat
12,191 Points

html 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

Post your code please.

Luc de Brouwer
seal-mask
.a{fill-rule:evenodd;}techdegree
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 Points

If 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

Please 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.