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 CSS Foundations Text, Fonts, and Lists Text Properties

Remove the text decoration from the link.

I was just wondering if anyone can help me, I am doing the task where the question is, "Remove the text decoration from the link."

I entered the following:

a{
  text-decoration:none;
}

I keep getting the error message Can anyone please help?

4 Answers

Hi Cathal,

It looks like you have an extra curly brace closing the paragraph style.

p{ text-indent:50px; line-height:1.5;} }
James Barnett
James Barnett
39,199 Points

Your code works for me.

My guess you have any issue with one of the previous step, post all of your code.

Hi James thanks for the reply, here is the full code I entered

h1{ text-transform:capitalize; }

p{ text-indent:50px; line-height:1.5;} }

a{ text-decoration:none; }

Doh!, silly me, thanks Jennifer that solved the issue.

No problem. I have at least 10 "Doh!" moments a day :-)