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 trialKerry Harrison
503 PointsI am using Windows 8.1. Why when I preview my h1 I get a browser window with the Index.html which is a link?
The Index.html link when selected takes me into my h1 preview - but why do I have this extra step?
3 Answers
Kerry Harrison
503 PointsNo. The video tutorial although on a mac & i'm PC shows when the preview icon is selected it opens the results up instantly in the browser window. However, I get a link .html file I have to select to open up a 2nd browser window in order to see my workspace result - so it's 2 browser windows in order to see 1 result.
Dale Bailey
20,269 PointsAre you saying why do you need to have the preview in a different window?
ashley balcom
3,208 PointsThe exact same thing happened to me. I found that if I lowercased the I in index it fixed the problem. So change it from Index.html to index.html.