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

0 points
Submitted by kimmers68
almost 9 years

Did you remember to set your link's text-decoration to none;?

This is what I have in my css but it keeps asking me if I set the link’s text-decoration to none! I have followed everything as I remember. ??

h1 { font-family: Verdana, sans-serif; color: #576D94; } p { font-size: 18px; color: #4A4943; font-family: Garamond, serif;
} img { border:1px solid #4682b4; } img { height: 100px; border-width: 300px; } a { text-decoration: none; Color: #cc0000; }

Answer 5525599651b887c5670001c9

0 votes

Permalink

Hi kimmers68,

Which exercise are you on?

points
Submitted by Zeke Y
almost 9 years

Answer 55256ae186f552025e000521

0 votes

Permalink

Hi Zeke,

I am on “Many Selectors, many properties” lesson number 23 of 26.

points
Submitted by kimmers68
almost 9 years

Answer 55256b669113cb46b400053c

0 votes

Permalink

Sorry, lesson number 23 also gives me an issue, but the one I actually posted is # 25 of 26.

points
Submitted by kimmers68
almost 9 years

Answer 55256c16937676b2e3000505

0 votes

Permalink

This is the html sheet —

points
Submitted by kimmers68
almost 9 years

10 comments

Zeke Y almost 9 years

I need you to format your code so I can see it: https://help.github.com/articles/markdown-basics/#code-formatting

kimmers68 almost 9 years
Zeke Y almost 9 years

That’s not properly formatted, but I’ll see what I can do. This: <link><type="text/css" rel="stylesheet" href="stylesheet.css"> needs to be: . Then, you need to close your

kimmers68 almost 9 years

I re did the code in the css and it now shows the colored border around “CodeAcademy” in the results area, however, I still get the the message asking if I remembered to give the image the border 1px solid #4682b4

Zeke Y almost 9 years

First, change border-width for the image to width. Then, the border color should be this: #4682b4, not this: #46482b4. Your code should work now :)

kimmers68 almost 9 years

I had recognized the error with the color number code and had corrected that.. .I changed the ‘border-width’ to just ‘width’ again — the ‘results’ show properly, however I am still getting the same error about the border.

Zeke Y almost 9 years

Try refreshing the page, clearing cache/trying in incognito/private mode, & switching browsers.

kimmers68 almost 9 years

Thank you very much! I cleared the cache and it worked properly. Finicky.. :)

Zeke Y almost 9 years

Great! Sorry it was so hard to pass :)

kimmers68 almost 9 years

No worries— good experience in the end… if it happens again, it gives me some ideas to look for after double checking the code instead of playing /changing the code. :)

Answer 5526abf493767614f700000e

0 votes

Permalink

Add an to your HTML document. Its src attribute can point anywhere! (Check the Hint if you’re stuck or need a picture.) On the CSS tab, set your image’s height to 100px and width to 300px. On the CSS tab, give your image a border of 1px solid #4682b4.

NOT REALLY SURE IF THAT IS WHAT YOU MEANT…

points
Submitted by kimmers68
almost 9 years