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 trialScott Anderson
241 Pointscan some one read through my code? please
Can someone read my code because for some reason when i go into the preview it look different then Nick's and if i try to click on one of the tabs going into "index" then it does nothing at all unlike the "about or contact" tabs. Another thing that has happened with the "index" button is that the it has change color from blue to violet and the same has happened to my name at the top of the website. Thank you
1 Answer
Jason Braun
22,509 PointsHi Scott - saw your code on the other post.
2 things
index.html is the home page, so by clicking on it, it's just reloading index.html, so it is functioning, just reloading the page, which looks the same. The others take you to different pages, so those would look different.
The link changes from blue to violet because it is now a "visited" link, the browser does that automatically after you click on a link.
Kathleen Sapp
12,776 PointsKathleen Sapp
12,776 PointsScott- could you post your code?