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 trialJacob Goo
5,627 Pointsnothings showing up
it says to remove the underlines but there is nothing on the code challenge workspace
Will Daly
8,983 Pointsdid you click the preview button? that let's you see the page.
Wayne Priestley
19,579 PointsJason Taylor is correct, you have to write the code yourself.
1 Answer
Ethan Lowry
Courses Plus Student 7,323 PointsHi Jacob - there's not supposed to be anything in the workspace here. Your challenge is to write the single piece of CSS needed to A: select all the links (or 'Anchors') on the page, and B: set them to not have an underline decoration. If you want help with that last bit, either go back and rewatch the lesson's video, or Google how to underline text in CSS.
Hope that helps and good luck.
Jason Taylor
3,059 PointsJason Taylor
3,059 PointsDo you have to actually write the selector and styles associated with it? Like, a {text-decoration: none;}