Build a Cat Photo App: Step 37 | freeCodeCamp.org. When typing in the code it keeps saying there is an error but when I click on the link it says the code works and should take me to a new page. IDK what to do. This problem is keeping me from advancing in the course. Please help. Thanks.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button 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.
Can you share the code that you’ve written and a screenshot of what’s happening?
So you can see in the test area there is a problem with the code.
The link “works” because the code is close enough to work, but not good enough to pass the test.
Try to get rid of any extra spaces in your link.
<a href="url"> link text </a>
<a href="url">link text</a>
Also, if the instructions don’t ask for it, don’t add anything extra.
did that too and still the same thing happens.
Please share your updated code
Not a screenshot… copy it and paste it into a message here please.
The instructions don’t ask for target blank
<p>No Copyright-<a href=”https://www.freecodecamp.org.”>www.freecodecamp.org</a></p>
. It wont let me copy and paste it here for some reason. But this is what I put in.
Dang ok well pretty much what you saw minus the spaces and the target blank stuff. Same thing I tried before. no luck though.
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
I’m super new to this. Thanks for the information.
Also is there any recommendations for maybe better free app or site to learn coding?
Reset the step and try it again. You changed the spacing from the original.
<p>No Copyright - freeCodeCamp.org</p>
<p>No Copyright-<a href=”https://www.freecodecamp.org.”>www.freecodecamp.org</a></p>
Can you see the difference?


