My code for lesson 26 link and text decoration isn't working. I have been stuck on it for a week. Here's my code.'a' { text-decoration: none; color: #cc0000; }

My code for lesson 26 link and text decoration isn’t working. I have been stuck on it for a week. Here’s my code.‘a’ { text-decoration: none; color: #cc0000; }

1 Like

Remove the quotes from around the a

hello friend I’m also stuck in the same lesson 26 for the same problem

Here is my code for # 26
i.e.}
a{
text-decoration: none;
color: #cc0000;
}
It works

I am also stuck on 26 but my link is not working. This is what I put and it is still telling me to put a link but I already have… Google Images

I’m having the same problem. it keeps telling me to put some link text in.

edit - You might want to change browers for this lesson, it worked for me.
Hope that helps

Guys, it will not work UNLESS you change the code not just on the stylesheet tab, but you ought to put the code on the HTML tab too just like this: -->

<a href="http//.www.google.com"style="text-decoration: none; color: #cc0000">Link here</a>

</body>

Regards

thank you that worked