Ochison
January 18, 2022, 11:55pm
1
I need help Guys to cross step 24 of “Learn CSS Grid by Building a Magazine”.
Below is my code:
<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg" alt="four people working on code" loading="lazy" class="image-3" width="600" height="400"/>
What am I missing, please?
It really, really helps if you provide a link to the challenge you’re working on:
What do the failing tests say? What isn’t working the way you expect it to?
Hi @Ochison !
There was a fix made recently to this problem which you can read about here
opened 11:10PM - 15 Jan 22 UTC
closed 01:36PM - 17 Jan 22 UTC
type: bug
help wanted
scope: curriculum
## Affected page
https://www.freecodecamp.org/learn/2022/responsive-web-desig… n/learn-css-grid-by-building-a-magazine/step-24
## Your code
```
src="https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg"
alt="four people working on code"
loading="lazy"
class="image-3"
width="600"
height="400"
```
## Expected behavior
I expected it to pass. I also tried:
```
<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg"
alt="four people working on code"
loading="lazy"
class="image-3"
width="600"
height="400" />
```
I even went to step 25 and copied/pasted the complete tag from that lesson and it failed. It wasn't clear if I should add `<img` and ` />` or not. You can see the empty `img` tag above the instructions. But the error message was always:
> Your third img element should have a src set to https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg.
## Screenshots

## System
- Device: [Laptop]
- OS: [Windows 10]
- Browser: [brave]
- Version: [Version 1.33.106 Chromium: 96.0.4664.110 (Official Build) (64-bit)]
## Additional context
Until the fix is applied to the challenge, you can delete line 154 for now and add your code on line 155 to pass the test.
Hope that helps!
Ochison
January 19, 2022, 12:50am
6
@jwilkins.oboe , it worked! Thank you so much!
system
Closed
July 20, 2022, 12:51pm
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.