This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by lexap321
over 8 years

Problems with 26/26

Hi guys! I just wanted to know what was wrong with my code for 26/26: Links and Text Decoration. Often my syntax is wrong and I have trouble spotting the error, but in this case I am stumped. In stylesheet.css it tells me to change my link’s text decoration to none and its color to #cc0000. However, whenever I input my code (I went back and checked what my syntax looked like for the previous lessons) it comes up with “Oops, try again. Did you remember to set your link’s text-decoration to none;?” My syntax in stylesheet.css is: a { color: #cc0000; text-decoration: none; }

Answer 5613accf9376761ec400026c

0 votes

Permalink

Please present the [index.html HTML-code] and [stylesheet.css] you are using.

Please update your Post so the HTML-code is visible…. +++++ how to edit Add an Answer (courtesy to = tony de araujo =) http://www.codecademy.com/forum_questions/51d9e8f68c1cccc92403ffe8

In this editor if a < open-tag is encountered, without 4-prepending-spaces this tag is interpreted by the editor….

Paste-in the code you use select this code in the editor then either CTRL-k or click-on-the-{} symbol…..

points
Submitted by Leon
over 8 years