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

banner
Close banner
0 points
almost 9 years

Keeps saying did you set link Description in the Css

I really would llve to know what the heck am i doing because i believe the CSS as listed here h1 { font-family: Verdana,Sans-Serif; color: #576D94; } p { font-size: 18px; color: #4A4943; font-family: Garamond,Serif; } img { height: 100px; width: 300px; border: 1px solid #4682b4; a { text-decoration:none; color:#cc0000; }

Then on the HTML this is the code here

Answer 558597eae39efeb8f000026e

1 vote
Best answer

Permalink

h1{

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

worked for me!

points
almost 9 years

2 comments

Joe Haffey over 8 years

You’ve got your text decoration in the img section. I tried this too but got the same error

Joe Haffey over 8 years

oops. I apologize for that. did not see the a