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

General Discussion

Help 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

I 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 ...

Thanks 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.

Thanks 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>

<img src="Desert.jpeg">

trying to put up the code on here, but its not showing. ?? what a day

is your image in the same folder as your html file? just write out what you put between the quotation marks

yes, they are all in the same folder < img src = " desert.jpeg" >

did you check that your file is actually ending in .jpeg or .jpg? and you mean all in the same folder as the html file?

the 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

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

good luck!