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 trialJustin Riestra
4,904 PointsCannot View Linked HTML Page :(
I have my resume page created and styled. All the code seems correct, but when I type /resume.html at the end of the site address in the browser, I keep getting a 'URL not found' message.
Thoughts?
Justin Riestra
4,904 PointsThx Antonio and Edward. I had changed the filename to 'mysite.html'. For some reason the browser didn't recognize that name, but when I changed it to 'myresume.html' it did. Success!
1 Answer
edwardr
10,272 PointsSince the file is not found, double check...
- Is the file in the same root directory/folder?
- Is the path correct?
- Is the spelling of the file name correct?
With a few more details or code may be able to help more.
Good luck?
Antonio English
Front End Web Development Techdegree Graduate 18,103 PointsAntonio English
Front End Web Development Techdegree Graduate 18,103 Pointstry checking spelling. can you post code?