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 How to Make a Website CSS: Cascading Style Sheets Style the Basic Elements

Sanjay Goswami
Sanjay Goswami
397 Points

Error?

Its asking me to "Remove the underlines" but there is no coding language on this section for me to correct. Am I missing something?

4 Answers

James Barnett
James Barnett
39,199 Points

The question is asking what CSS would you need to write to remove underlines from links on a page. How to do this was discussed in the previous video use an id selector at around time index 3:55.

It sounds like you need to add a code block to the CSS file to remove the underlines. Since you're trying to learn this, I won't give it away but refer you to this link on how to remove that bit of style. Hope it helps!

James Barnett
James Barnett
39,199 Points

As a general rule of thumb I never link newbies to W3Schools without the caveat that w3schools has some issues with credibility

So I usually suggest these instead:

I'd agree W3Schools has some inaccuracies and their website is a bit outdated. Some say they rank so well because they haven't changed their website in ages. I think Paul Irish found just a handful of inaccuracies on their website. Here's a more recent criticism of W3Schools.

It's interesting Google gives them so much credit.

James Barnett
James Barnett
39,199 Points

That's a great critique of w3schools, there are 3 major issues with it.

from least to most important

  • random technical inaccuracies
  • mistaken assumption that the w3schools is affiliated with the W3C
  • w3schools PR problem of people assuming it's terrible and amateurish

In my view the random inaccuracies isn't the problem, in web world people are very trend driven, like asking for a critique of a fixed width website will result in lots of people remarking it's not responsive. As such if you want to be taken seriously by those who takes the trends seriously you must go with the flow.