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 Basics (2014) Basic Selectors Pseudo-Classes

Evan Sennott
Evan Sennott
685 Points

color of link is not orange!!

The color of the link doesn't turn orange regardless of whether i'm writing the correct syntax.

Hey man, can you post some of the code you're working with?

I think that


a:link {

color: orange;

}


Should work unless you need specific links in which case its a quick fix too I can try and help more if I have a visual

1 Answer

John Lukacs
John Lukacs
26,806 Points

Are you sure you css is linked properly check for spelling

Evan Sennott
Evan Sennott
685 Points

I just realized i got confused, I was typing the code into the wrong work space. All the new work spaces confused me I figured it out, and by the way all the code was correct. (I still marked your comment best answer)