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

0 points
Submitted by floridaboy
over 9 years

25/26 what am i doing wrong?!?

I have tried every way that i can think of and still cant get it!

my css:

h1 { font-family:Verdana,sans-serif; color : #576D94; }

p { font-family:Garamond,serif; font-size : 18px; color : #4A4943; }

img { height:100px; width:300px; border:1px solid #4682b4;

}

Answer 54967f07d3292f9f5200494f

3 votes

Permalink

I had the same thing today but solved it by setting zoom on my Chrome browser to 100% (was on 125% previously).

With zoom <> 100% it failed with error, “Oops, try again. Did you remember to give your image a 1px solid #4682b4 border?”. With zoom at 100% worked fine.

Note: that’s mentioned on the final line of the exercise hint but it’s not a particularly clear hint.

points
Submitted by dazzany
about 9 years

Answer 5494655886f552face001ac7

1 vote

Permalink

Your code works on my computer must be your browser.

points
Submitted by manczkin
about 9 years

Answer 5493a097e39efe7eea000628

0 votes

Permalink

I ran into the same problem about a month ago, and never got a reply.

points
Submitted by Tonda
over 9 years

Answer 549531d576b8fef10b002fb8

0 votes

Permalink

Here’s what I did. I switched the browser from Firefox to IE. It worked for me!

points
Submitted by cotamor
about 9 years

Answer 5499e25a937676a1b300a66b

0 votes

Permalink

I had the same thing now but solved it by setting zoom on my Chrome browser to 100% (was on 125% previously).

points
about 9 years

Answer 549dff6c93767695a300f05f

0 votes

Permalink

just work for me has to write like this

img { height: 100px; width: 300px; border:1px solid #4682b4; }

points
Submitted by beau45
about 9 years

Answer 54d16c6076b8fe97fe000dba

0 votes

Permalink

I’m having the same issue. I know its correct but it wont let me move on

Warning: Oops, try again. Did you remember to set your link’s text-decoration to none;?

h1 { font-family: Verdana, sans-serif; color: #576D94; text-decoration: none;

} p { font-family: Garamond, serif; font-size: 18px; color: #4A4943; } img src { height: 100px; width: 300px; border-color: #4682b4; }

points
about 9 years

Answer 55819502d3292f24390003cb

0 votes

Permalink

Yeah, it’s giving me the same grief about the border, when, in fact, I did, it looks good, I know it’s correct, my zoom is at 100% on Chrome, and I’ve reset it and retyped everything multiple times. Sometimes, I think this website has a faulty system of determining whether an answer is correct or not.

points
Submitted by Smeagul
almost 9 years