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 Add a New Page

Mark Collins
Mark Collins
2,955 Points

Portfolio link disappears

Hi This is my code on the "About" page where when I navigate there I find the link back to the Portfolio page is not there.

<nav> <ul> <li><a href="index.html">Portfolio</a></li> <li><a href="about.html"class="selected">About</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav>

Any help is most welcome!

3 Answers

luiscampos3
luiscampos3
4,904 Points

Hi Mark, I was able to duplicate your problem to see where you make the mistake. When you saved the file, you saved it as About.html which showed a server error. You need to save the file as a lowercase about.html. It's good practice to save your files as lowercase, also the pages that are connected to each other. If you don't it most lately will cause problems in the future.

Mark Collins
Mark Collins
2,955 Points

Hi A couple of pages, index and another were saved with an upper case letter, which I've corrected, but 'about' was and is lower case. I corrected the upper case saves to lower case, but the problem remains....

Mark Collins
Mark Collins
2,955 Points

Um, this is rather embarrasing - checking for lower case files it would seem I must have skipped the lesson to create the Portfolio page..... Thanks Luis! Sorry to have wasted your time!