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 trialKrishna Thorlin
1,326 PointsWorkspace wont preview. Hey, when i open workspace and wont to preview my page it only shows "nick Pettit"?
Hey when i open workspace and preview it, it only shows "nick pettit" and nothing else.
This is my code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Nick Pettit | Designer</title>
</head>
<body>
<header>
<a href="index.html">
<h1>Nick Pettit</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<p>Gallery will go here.</p>
</section>
<footer>
<p>© 2014 Nick Pettit.</p>
</footer>
</body>
</html>
3 Answers
Krishna Thorlin
1,326 PointsI think i have done what you said, however, it is not wrote out i one line, i have used indentations and all that.
Rich Bagley
25,869 PointsHi Krishna,
Your code seems to be correct and pasting it in to a blank index.html locally shows the following information when viewed in my browser:
Nick Pettit Designer
Portfolio About Contact
Gallery will go here.
© 2014 Nick Pettit.
Can you check that the file has saved and if so it may be caching so you could try saving it as index.html in a local document to test?
Thanks
-Rich
Krishna Thorlin
1,326 PointsHey Rich
If i create a simple notepad doc. with the ending ".html" it works just fine. i have tried several times to save and preview without luck in the workspace area.
Rich Bagley
25,869 PointsOdd, it may be browser related. If you have another browser to try I'd suggest either that or continuing locally.
Thanks
-RIch
Rich Bagley
25,869 PointsRich Bagley
25,869 PointsHi Krishna,
Can you try wrapping the code you have posted in 3 backticks (```) on the line before and after your code so we can take a look please?
Thanks
-Rich