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

HTML How to Make a Website Creating HTML Content Build the Footer

Geoff Robertson
Geoff Robertson
1,574 Points

The preview feature in my Workspaces is not rendering anything past the </header>.

I don't think this is an error in my own coding as I have also tried copying and pasting in Nick's exact code with no avail.

2 Answers

Are you sure you have... Saved the page in workspaces (CTRL + S)? Closed all HTML tags? Correctly assigned ID's and classes? Correctly linked your CSS files? like this:

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/mein.css">

If none of this works after refreshing workspaces, try pasting your code in the forum so we can see what's up.

If it isn't working even with copying and pasting Nick's code, have you tried working in a different browser, and does that make a difference?