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

Renee Brown
Renee Brown
16,621 Points

In challenge task 1 of 3, I am told to remove underlining. But there is no code showing for me to work with.

I try clicking on the coding area, but NO code is showing. Did I miss a step somewhere?

You will need to add the code using the information in the instructions. Hope that helps.

Christopher Stöckl
Christopher Stöckl
19,795 Points

Hi Renee,

No, you didn't miss a step. There isn't any code showing, because you have to write it! :) It asks you to write the code which removes the underlining from every link on the page.

Do you remember how to do that?

I will provide you with a little snippet, but it's not finished:

a {

}
Renee Brown
Renee Brown
16,621 Points

Thanks guys!

. Both of your responses helped send me in the right direction!

I was expecting to see all of the html. But since the task is to write css...that wasn't necessary...so we were presented with a blank screen. I played parts of the video instruction again, paused on the code presented, jotted it down in some handwritten notes, and was able to complete the task.

Thanks again!

2 Answers

Glad that worked out for you Renee!