Help with "Add Images to Your Website"

Tell us what’s happening:
Hi. I’m doing the “Add Images to Your Website” challenge on the basic web desing course, and I can´t figure out what´s wrong with my code. Can someone please help?

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="An orange cat lying on its back">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hello @jdx5...Let me see your code so I can help you out...

Your code is working for me, can you show the tests that are failing?

Your code seems fine, what issues do you have exactly?

@eucalyptus, which of my code is working for you pls resend it to me!!!

are you the one with the complaint?

what issues do you have exactly?

So if the code is fine, why I can´t continue to the next challenge when I run the code?

The code they posted,

<h2>CatPhotoApp</h2>
<main>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="An orange cat lying on its back">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

When you run the tests, what does it say is not correct?

From what I can see here, your code is correct & you have no error...Pls let me see your test challenge !!!

HI @JDx5 !

Welcome to the forum!

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

1 Like

I don´t get an error. Just this text “// running tests”

So I´ve decided to give it a try it on my iPad. It worked flawlessly. Still I don´t get why it wan´t working on the computer. Ad Blocker and dark mode are disabled.

@JDx5 kindly reset the lesson & set your browser zoom level to 100% & insert the code again it should work & proceed to the next challenge...
![image|449x500](upload://w7TKcLKv2Z0rNdqkcQXLy6rHlhz.jpeg)
When I inserted the same code using another code editor the cat image appeared...

Happy coding 😆

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.