Takıldım kaldım

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>catphotoapp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat"alt="an adorable kitten upside-down"/>
<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 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi @zencefil183 !

You are using the wrong url here

This is the correct one from the instructions
Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

I wrote that way too, but it doesn’t accept it.

That’s what I wrote, but it doesn’t accept it. No matter what I write, it doesn’t work, I’m about to go crazy.

Can you post your latest code in the forum?
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

OK. First of all, thank you for helping me. I didn’t understand anything from your last post. I’m sorry for this. My problem:
First of all, when I looked at the questions and answers on this topic in the forum, I was told that this code was correct. <img src=https://bit.ly/fcc-relaxing-cat" alt=“relaxing cat”/> . When I write this code, a very cute kitten picture appears on the right. No problem. My main problem is that “the picture is a kitten” must have a src attribute indicating that it is “official”. (I removed the comma because the picture came out)

The lesson was changed recently and therefore that url is no longer correct.

You have to use the one that I showed you earlier.

When I test your code with the correct link it passes for me.

1 Like

hmm… got it, can i write to you if i fail again

Glad you were able to get it working.

If you have more questions, then you can always come to the forum and there are plenty of people that can help :grinning:

1 Like

I can’t do it anyway.

Ohh, I misread your post.

I thought you were able to pass the test.

It would help if you post your new code in the forum so we can see what you have tried lately.

ok.

<img src="https://cdn.freecodecamp.org/cirruculum/cat-photo-app/relaxing-cat.jpg" alt="relaxing cat"/>

You have a spelling error here

I would just copy and paste the url instead of typing it out.

That way you don’t get spelling errors.

got it i will try again. thanks

YOU ARE AMAZING. Thank you so much. Finally happened. Thank you very very very much. :star_struck: :star_struck:

1 Like

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