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

CSS How to Make a Website CSS: Cascading Style Sheets Style the Basic Elements

nothings showing up

it says to remove the underlines but there is nothing on the code challenge workspace

Jason Taylor
Jason Taylor
3,059 Points

Do you have to actually write the selector and styles associated with it? Like, a {text-decoration: none;}

Will Daly
Will Daly
8,983 Points

did you click the preview button? that let's you see the page.

Wayne Priestley
Wayne Priestley
19,579 Points

Jason Taylor is correct, you have to write the code yourself.

1 Answer

Ethan Lowry
PLUS
Ethan Lowry
Courses Plus Student 7,323 Points

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