Freaking src thing

Tell us what’s happening:
I added a src but it says i have to put one

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14388.61.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.107 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Please provide your code. It shouldn’t be so big as to trigger the warning in your post, something is definitely wrong with your code.

1 Like

HI @AnimeIsHealthy !

Welcome to the forum!

As mentioned earlier, we can’t see your code so we don’t know what the issue is.
Please edit your post to include the code so we can help you.

Triple check that you are using the correct src url.
Most people who have issues with this challenge are using this url

src="https://www.freecatphotoapp.com/your-image.jpg"

But that is not correct.

You have to use the correct url from the directions.
Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

If you are still having issues, then reply back with your code and we can assist you from there.

Hope that helps!

1 Like

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