Images not working

Hey, so I’m brand new to Twine and most coding in general, so any help would be greatly appreciated.

I’ve gotten the basic gist of getting images to appear with <img src="img/Caroline/Caroline1.jpg"> and when I play the published HTML file it works just fine.

Then, I used this code <img scr="img/Misc/rolex.jpg"> and the image doesn’t show up. I could be wrong since I’m new, but I don’t see any big errors in the code so I’m confused as to why it doesn’t show up. Keep in mind that the image showing up isn’t isolated to these specific codes, about half of the pictures in my game don’t show up.

EDIT: Many thanks HiEv didn’t even notice

Twine Version:2.3.9
Story Format: SugarCube 2.31.1

If you want to make it so that images appear both when playing from Twine and when opening the published HTML file, you should take a look at my “Displaying Images in Twine” sample code. (Click “Jump to Start” in the UI bar to see other sample code there.)

Also, make sure that the capitalization of the paths and filenames in your code exactly match the capitalization of the actual paths and filenames, otherwise your code won’t work for people on non-Windows machines.

Hope that helps! :grinning:

P.S. If you want to display HTML elements or SugarCube macros in this forum, then you should wrap them in a “Preformatted Text” marker (the </> button in the editor), otherwise this forum tends to hide them.

That link didn’t work.