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 HTML Basics Structuring Your Content Marking Up a Blog Post

When i enter /article.html from workspace it shows just empty screen while opening in notepad shows article section.

What am I doing wrong?

Have you you clicked the 'preview' button and then added '/article' (or /article.html) to the address in your own browser (which should look like this 'http://port-80-qasmaz5dnc.treehouse-app.com/') ? If yes, just go one step backwards and check that you've entered the snippet provided in the teacher's note - of course having copied all the 'index.html' file inside the 'article.html' file and erased everything in between the 'header' and the 'footer'.... It should work fine :)

2 Answers

Chris Komaroff
PLUS
Chris Komaroff
Courses Plus Student 14,198 Points

Hi, I do not understand your question. Are you talking about Downloads? You can download all the code for the project for you in your own browser. Did you remember to put a link to your article.html in index.html?

<li><a href="#">Articles</a></li>

href="/article.html", or whatever the path to article.html is.