Issue with scr attribute

I am following the instructions but keeping getting the error
// running tests
Your image should have a src attribute that points to the kitten image.
// tests completed

type or paste code here

my code is

CatPhotoApp

A business cat wearing a necktie.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

The scr attribute and alt attribute are shown in red once they are typed into the test pad.

There is a space between the alt and image address so that is not the problem. Al quotation marks are correct so I am puzzled on why it is seeing an error. The cat image is appearing in the results pad

Regards
Liam

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 (’).

This isn’t the url you were supposed to use… I’d double check the instructions for the right url

Hello Liam and welcome to the forum :wave:
It seems that you are using wrong string in the src attribute… please re-check, you should see the correct value in the challenge instruction and also usually in the test.
You did not share the link to the challange, so I do not know which one it is exactly, but you are definitely using wrong value
<img src="https://www.freecatphotoapp.com/yourimage.jpg"

Note to Liam = Read the question properly and stop jumping ahead!

Thanks for the help

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