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 Creating HTML Content Structure the Image Gallery

Scott Anderson
Scott Anderson
241 Points

can 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

Scott- could you post your code?

1 Answer

Jason Braun
Jason Braun
22,509 Points

Hi 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.