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 trialPaul Hilton
481 Pointschallenge irrelevant
I'm on stage 4 in CSS part of building a website course. The challenge asks me to: Remove the underlines from all the links on the page. There's been no mention of this in course so far, and I'm presented with a blank page css/main.css (i.e. no links or underlines to do anything with even if I knew how to).
2 Answers
John Deininger
3,958 PointsYou want to create a link in the .html file then in the css use type-decoration: none; to remove decorations from your link i.e. the line underneath
Paul Hilton
481 PointsThanks - the problem was (is) a bug in my browser I think (Safari) passed to tech support