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

Remove the text decoration from the link.

Hello,

A little help with this code challenge please? I put my answer in but I keep getting this message “Check the text decoration declaration in your CSS.” Maybe someone can shed some light on what I’m doing wrong

a:hover { text-decoration: none; }

Is it asking you to do it on the hover state? Or does it just want it on the regular state for link which would be a { text-decoration: none; }

If stuck please post a link to the quiz question.

2 Answers

Is it asking you to do it on the hover state? Or does it just want it on the regular state for link which would be

a { text-decoration: none; }

If stuck please post a link to the quiz question.

Thanks Adam,

What a dunderhead I was putting in the wrong code ‘hover’ instead just text-decoration.

Easily done my friend. Click best answer to close the question down. Gerard Willis Good luck with the rest of the course!