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 trialPete Vander Meulen
837 PointsProblem previewing code in workspace?
I am working on Web Design with Nick Pettit. I launch workspaces to follow along with the video, but here's the problem. When I click the "preview" button, all I see is the name "Nick Pettit" on another tab, not the code I've written. The instructor does tell the viewer to preview their work, so we are supposed to see the draft. Any help would be appreciated.
1 Answer
Pete Vander Meulen
837 Points```<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pete Vander Meulen | Photographer</title>
</head>
<body>
<header>
<h1>Pete Vander Meulen</h1>
<h2>Photographer</h2>
</header>
<section>
<P>Gallery will go here.</P>
</section>
<footer>
<P>Ā© 2015 Pete Vander Meulen.</P>
</footer>
</body>
</html>
Pete Vander Meulen
837 PointsNo need to reply, I solved my problem. All I had to do was refresh the preview page. Thanks anyway!
Jay Padzensky
4,731 PointsJay Padzensky
4,731 PointsHi Pete,
Sorry you're having some difficulties with Workspace. Can you please post your code in a comment here? Please refer to our Markdown Cheatsheet below the text field here to see how to do that if you're unsure. Once your code is posted, it'll be easier for individuals to offer some advice :)