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 trialAlex Dumitrescu
1,130 PointsI created the index.html. file but after that I cannot do anything on it.
What did I do wrong?
3 Answers
john larson
16,594 PointsWhen you say you can't do anything to it. Are you saying you don't know what to do? Or are you saying something else, like it's not responding as you would expect.
Alex Dumitrescu
1,130 PointsI cannot type in. It's not responding at all on my created field. Thanks for reply!
john larson
16,594 PointsOk, so you have workspaces open, You click somewhere on the index.html file. There should be a little cursor where you clicked. Are you getting that?
Alex Dumitrescu
1,130 PointsYes, I got that one. I can clicked anywhere but not on the index.html filed which I've created
john larson
16,594 PointsIn workspaces where you click, that is the index.html file. When you click on the eye in the upper right hand corner of workspaces, that opens a preview of what the html file looks like in a browser. That preview is the visual representation of the index file. You can't do anything to it yet. If you want to change that preview, you have to go back to workspaces. Click somewhere on the html file and do something. Type something, delete something do whatever. Save it by using Ctrl/s or Cmd/s (depending on if you are using windows or mac) then go to the browser, (the visual representation of the file) refresh the page (click the semicircle at the top of the browser to do this) and you will see any changes you have made in the html file. :D