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

CSS How to Make a Website Adding Pages to a Website Add a New Page

i have done every step, but when i go back to the page and click about it doesnt load up

i have done every step, but when i go back to the page and click about it doesnt load up

3 Answers

Hey Kate,

Here's a link to the solution provided by another treehouse member who I think had a similar problem.

https://teamtreehouse.com/forum/my-abouthtml-and-contacthtml-pages-are-staying-the-same-as-indexhtml-page-even-though-i-changed-the-code-thank-you

If the above solution solution doesn't work, feel free to elaborate on what exactly you are trying to accomplish.

Best,

James

Ryan Hemrick
Ryan Hemrick
12,759 Points

I had the same problem. What browser are you using? I was using Chrome when I had the problem, and decided to try it again on Mozilla and it worked. Workspaces carries over between browsers, so it should work on Mozilla.

Hi, having the same issues.

looked into James Carter's link and it still didnt wanna work. Heres what my codes looks like:

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