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 How to Make a Website Adding Pages to a Website Build the Contact Page

Hey, I seem to be stuck with the contact page. I think Im doing correctly. However, I'm getting a 404 on contact page.

I've created contact.html page and copied html from about page, which works fine. Also, changed class to contact. However constantly getting 404 message.

4 Answers

Thanks Guys! I have deleted all code in the three pages and rewritten the section. Seems to be working fine now. Not aware of typing anything different to last time. Thanks again. Alex

Tom Bedford
Tom Bedford
15,645 Points

Hi Alex, I would double check your filename and links to the page. 404 means the page isn't found so whatever the url is pointing at (e.g. example.com/contact.html) isn't finding anything to load.

Alex,

Like Tom says, make sure your capitals are in all the right places ie Contact.html contact.html :-)

Check them in your html document where they are href links and also the name of your actual contact page.

Good luck.

Could you post the code you're using?