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

HTML

Issue uploading images

Hello I am trying to practise on some of my personal work and I am having some troubles uploading an images so it displays on google chrome. I have tried many different images, in jpeg form directly on my computer however the images is not showing up. Instead I am getting a small box with a standard logo. is as follows, could let me know if there is an obvious error here?

<img src="img/rh.jpg" alt="photo of rh">

1 Answer

From your description it's not very clear what you really want to do. I understand that you are creating an html page which contains an image and the image is not showing. If this is the case, most probably the path to the image is wrong. But we will need more information to actually help you.