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 trialGarrett Moore
6,921 PointsHaving trouble switching back and forth between "portfolio" and "about" tabs
After changing the class="selected" to the about link in my code....the link takes me to the "about" section of my site without any issues. However, I am unable to then select "portfolio" and return to the portfolio page. I receive an error 404 message when i select the "portfolio" tab, unlike nicks video in which he navigates back and forth seamlessly.
2 Answers
Sandra Norris
3,895 PointsMake sure when you copied the page over you removed the other "selected" to ensure there is only one.
Garrett Moore
6,921 PointsFigured it out....had a capitalized letter in the reference html and simply took a very long time to notice because it was a mistake made very early in the project
Mike Wagner
23,559 PointsMike Wagner
23,559 PointsCan you share the relevant code for that portion or a link to a fork of your Workspace?