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

no code on challenge screen

Hi there, I'm taking the Web Design course; am on Stage 4 / CSS; Challenge task 1 of 3 and it's asking me to remove underlines from all links on the page. But there's no coding in the dark grey area to work with. ???

2 Answers

Chase Lee
Chase Lee
29,275 Points

By default links have underlines. So what they want you to do is write code that will undo the default browser styles.

Chris Shaw
Chris Shaw
26,676 Points

Hi Amy,

The reason there is no code there is because it's asking you to write the code from start to finish, a hint would be to target the a selector and apply the styles from there.