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 trialloriwilber
1,611 PointsI am not seeing my new file "article.html, only index.htm....
I created a new file called article.html, but when I preview what I haven done, I am only seeing what I originally did in index.html.
3 Answers
Steven Parker
231,198 PointsThe preview always shows "index.html" by default. If you want to see a different file, you need to add the file name to the end of the URL in your browser's address bar (after a slash "/").
james lockhart
11,493 PointsAfter you hit preview, go to the browser and add /article.html to the end of the web address. This should work for you!
Rafael Salinas
3,044 PointsDon't forget to SAVE first and then hit preview. I forgot to hit SAVE and I wasn't seeing mine either. Also, like others have mentioned don't forget to add /article.html at the end in you web address bar to go to the blog post.