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

Ian de Jesus
Ian de Jesus
8,559 Points

Remove the underlines from all the links on the page.

I dont understand the instructions. Alll I get is a blank css file

3 Answers

Hey Ian,

What are you trying to do? If you want to remove the underlines from the link you would do

a { text-decoration: none ; }

that should get rid of the underline unless it has a class name... Will need more detailed question to help further :)

Eric Martz
Eric Martz
16,007 Points

LOL, I wish we could see when someone else was typing an answer. :-)

Eric Martz
Eric Martz
16,007 Points

Can you provide your code? It can help us to better help you.

What Eric said lol!

Ian de Jesus
Ian de Jesus
8,559 Points

I was able to solve it. I just found the instructions confusing it should've stated instead "Create a line of css code that removes the..."