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 trialIan de Jesus
8,559 PointsRemove the underlines from all the links on the page.
I dont understand the instructions. Alll I get is a blank css file
3 Answers
Michael Williams
8,074 PointsHey 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
16,007 PointsCan you provide your code? It can help us to better help you.
Michael Williams
8,074 PointsWhat Eric said lol!
Ian de Jesus
8,559 PointsI 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..."
Eric Martz
16,007 PointsEric Martz
16,007 PointsLOL, I wish we could see when someone else was typing an answer. :-)