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

There are no links on the page to remove underlines for on this challenge

There are no links on the page to remove underlines for.

Do you need help on how to complete this challenge, or are you just making a comment?

Regardless, I think they just want you to pretend there are links.

If you need help with the code. I think this is what you need.

a {
  text-decoration: none;
}

I know how to do it. Just commenting that the directions were unclear. Thx!

Emma Willmann
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Emma Willmann
Treehouse Project Reviewer

There actually are links on the page, however, they only show the CSS. If you click on preview, you can see that there are links.