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 Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

TIBOR KOVACS
TIBOR KOVACS
2,430 Points

I click on the eye and I see is the previous Jane Smith page only.

I tried to locate the fault as written before (answers from last year) but no change. I tried my code to copy the text editor and check the result in a browser. It works fine. What can I do now??

Steven Parker
Steven Parker
230,995 Points

You say when you "check the result in a browser. It works fine", so I'm not sure what the issue is — can you explain how and when it does not work?

5 Answers

Steven Parker
Steven Parker
230,995 Points

OK, so the workspace opens the sample file from the course. It looks like it does in the course. I'm not sure what the "fault" is.

Did you want it to open on your resume instead? If so, just give "index.html" another name (perhaps "jane.html"), and then rename "resume.html" to be "index.html".

Is that it? Or is there some other issue?

Glad I found your comment. Thank you!! It solved my headache. Renaming resume.html to index.html is just what it takes.

TIBOR KOVACS
TIBOR KOVACS
2,430 Points

I copied the content from the workspace to the Windows text editor. I saved it as an HTML document and I opened it in Chrome browser. It was correct. Since my last email, I made a new workspace only with resume.html and resume.css. I see my resume when I click on the eye. However, I need this two files together in one workplace with Jean's site (css and html)

Steven Parker
Steven Parker
230,995 Points

It sounds like you just need to upload your saved HTML file(s) into the new workspace, is that right? The upload function should be under the "Edit" tab.

If you're having an issue with what is currently in the workspace, you can make a snapshot of your workspace and post the link to it here.

TIBOR KOVACS
TIBOR KOVACS
2,430 Points

Thanks for your reply. I have found an upload button at File menu but it wants to upload a file from my computer. Anyway, the snapshot is here: https://w.trhou.se/pe2mn5oe26

TIBOR KOVACS
TIBOR KOVACS
2,430 Points

Yes, Steven, that was the issue. However, the problem solved. Guil explained in one of his later videos what I need to do if I want to see another Html file in the browser. Anyway, thanks for your help.

Steven Parker
Steven Parker
230,995 Points

Happy to help. And for the benefit of other people with a similar issue, you might mention what the final solution was.