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!

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 Use ID Selectors

Jessie Yun
Jessie Yun
256 Points

[SOLVED] Error removing underline

Hi. My 'text-decoration' code doesn't work on the preview.

Jessie Yun
Jessie Yun
256 Points
a {
  text-decoration: none;
}
Jessie Yun
Jessie Yun
256 Points

Hi. I finally figured out that there is something wrong with the folder name CSS - which actually need to have no caps; so it's solved! Thanks, Stone for jumping in and trying to help!

Marked as solved