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
Max Bergman
1,004 PointsWhy do all my links turn purple when only clicking one?
All of my links in my body HTML turn purple after clicking just one. My footer is working separately and doesn't turn purple. What wrong here? all links are coded with <a href="#">Link Text</a> Is it the # that is messing it up?
2 Answers
Lee Vaughn
Treehouse TeacherShort answer: yes. All of your links have the same destination, which is why they all show visited once you click on one.
Jared Carpenter
4,370 PointsPerhaps you have already activated the links? I noticed that after all my fiddling around, every link on my page was tested and changed. I'm not sure how to revert them back yet.
Steven Parker
243,228 PointsSteven Parker
243,228 PointsTo facilitate analysis, make a snapshot of your workspace and post the link to it here.