Need Help, Please... stage 8

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src=https//cdn.freecodecamp.org/curriculum/cat-photo-
             app/relaxing-cat.jpg>
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 8

Link to the challenge:

Hi

Your URL needs to have quote marks around it (like the example in the instructions).

1 Like

Tried that and still no good

I think you’ve might have added a new line in the middle of your URL.

Try deleting the spaces between cat-photo- and app.
The URL needs to be one long string with no spaces.

Is it just me or I am cursed? Still no good :man_facepalming:

No, we’ll get there. :smiley:

Could you post your code - I think I need to see what it looks like now.

EDIT: You can use the </> button to format your code so it displays properly in a forum post.

I think I created as a new topic though with same heading

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