I need help with a step

Im on the responsive web design thing where i need tk make a cat photo app. Im having trouble with getting past step 13. Can someone help me plz?

can you provide a link and the code?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

2 Likes

hey i have question for u: why does it say Organic Compiler next to you name @JeremyLT

not sure where i am meant to ask the wuestion though

I think i messed something up i wasnt able to acess the forum on my computer but now i can and i dont know what to do so i think ill make a new postm im sorry i literally just started learning today X<

ok, thats fine :heart: ill go to it

wait i got it working now! I have the code copied


<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a>.</p>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

wait uh one sec

<html <body

CatPhotoApp

Cat Photos

Click here to view more cat photos.

A cute orange cat lying on its back. </html

I’ve edited your post for readability. 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 (').

nearly :laughing: close,
press the</> logo at the top of you post

now can u send a link, thanks it helps us to help you

thanks. sorry

`

CatPhotoApp

Cat Photos

Click here to view more cat photos.

A cute orange cat lying on its back. `

dont worry about the mistakes but look at @JeremyLT post above

`<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a>.</p>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>`

ok could u send the link to your challenge?

you will need to add a target _blank in the a element

Mod Edit: SOLUTION REMOVED

1 Like

How do I do that?

why is it saying my post needs to be 20 characters?

its a limit i dont know why i guest so u say more

can u see the blurred text under my post above

Mod Edit: SOLUTION REMOVED