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

My new web page is not linking to the website itself. I can't figure out what wrong.

i followed all the steps and in the video the teachers opens to the resume page but mine does not

Steven Parker
Steven Parker
230,995 Points

To allow us to see your issue (and the code), make a snapshot of your workspace and post the link to it here.

Steven Parker
Steven Parker
230,995 Points

Not a screenshot, that's just a visual image. A snapshot is a workspace feature that allows the entire environment to be replicated. Click the blue link in the previous comment for info on creating one.

2 Answers

Steven Parker
Steven Parker
230,995 Points

There ya go, that's a snapshot. So this OS is case sensitive, and your link is for "resume.html", but your file is actually named "Resume.html" (with capital "R").

Just change your link to reference it with the correct name and you'll be back in business.

It turns out you also have an empty folder named "resume.html", but you can just ignore that. Trying to re-use the former name of a folder for a file can cause some rather bizarre server behavior you may as well avoid.

I made the changes and still gives me an error page, I'm sorry I am quite new at this! I'm trying to find more errors in my code but everything appears to be correct. https://w.trhou.se/skzoejqjr5

This is a new snapshot after I made the corrections you told me to make.

Steven Parker
Steven Parker
230,995 Points

You've got part of it .. it's already working when you click the "Experience" menu item.

But you still need to fix the href for the other link ("view my resume").

Got it finally haha! thank you I really appreciate the help!