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 trialDouglas Stearns
Courses Plus Student 219 PointsProblem with Workspace linking to the browser.
Search results for "the /resume.html link for the site I'm building in the html/css class is "Not Found". I've checked the HTML and it's exactly the same as the example, but it won't connect/load in the browser from the workspace. Any ideas?"
4 Answers
John Cruz
2,712 PointsDid you try logging out and logging back in? It could be the site is cached.
Jennifer Nordell
Treehouse TeacherHi there, Douglas Stearns ! I took the liberty of forking your workspace. It looks like you're doing terrific thus far!
In your question you say that you are attempting to go to /results.html
but file names on webservers (they are typically Linux based) are case-sensitive. You named your file Resume.html
instead of resume.html
. So either you can change the name of the file to resume.html
or you can go to the route /Resume.html
. When I do this, I get a webpage with a picture on it
Hope this helps!
edited for additional information
The "preview" button will always default to the index.html
. So in the browser bar, after the URL you will need to type either /resume.html
or /Resume.html
depending on how you have the final spelling of that file.
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsHi Douglas,
Can you share your workspace to we can replicate the error at this end, please?
Cheers,
Steve.