Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Adebambo Akinwale
7,006 PointsHelp with images in html
i have included several img src=" " even the smells like bakin images are not showing in my browser. what can i do to resolve this, please?
9 Answers

Maximiliane Quel
Courses Plus Student 55,489 PointsI think we need a bit more information what you have done in order to help out. it would be good to know which project/stage you are at and the actual code you used ...

Adebambo Akinwale
7,006 PointsThanks max. i tried to upload an image on my system with the name (Desert) unto an html browser with this code <img src="Desert.jpeg"> but all that shows is a broken image, just as if it was'nt properly loaded.

Adebambo Akinwale
7,006 PointsThanks max. i tried to upload an image on my system with the name (Desert) unto an html browser with a code but all that shows is a broken image, just as if it wasn't loaded properly<code> <img src="Desert.jpeg"></code>

Adebambo Akinwale
7,006 Points<img src="Desert.jpeg">

Adebambo Akinwale
7,006 Pointstrying to put up the code on here, but its not showing. ?? what a day

Maximiliane Quel
Courses Plus Student 55,489 Pointsis your image in the same folder as your html file? just write out what you put between the quotation marks

Adebambo Akinwale
7,006 Pointsyes, they are all in the same folder < img src = " desert.jpeg" >

Maximiliane Quel
Courses Plus Student 55,489 Pointsdid you check that your file is actually ending in .jpeg or .jpg? and you mean all in the same folder as the html file?

Maximiliane Quel
Courses Plus Student 55,489 Pointsthe most likely culprits are that you have a spelling mistake, wrong file extension or didn't define the relative path correctly. therefore, I am trying to find out whether the images are in their own image folder and the html file outside of this folder

Adebambo Akinwale
7,006 Pointsyou are possibly right max, will take my time on it, as i'm not working tomorrow. thanks for your suggestions, really apreciate.

Maximiliane Quel
Courses Plus Student 55,489 Pointsgood luck!