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 How to Make a Website Styling Web Pages and Navigation Style the Image Captions

I cant get my image links to appear on my website

the links to images i put in are not on my website

4 Answers

Jacob Clarke
PLUS
Jacob Clarke
Courses Plus Student 3,965 Points

If the images are in your web hosting server, make sure the src is like this:

<img src=".../img/photo.png">

this will direct the link to the direct img folder in your public_html file

so is this okay: <a herf="img/numbers-06.jpg"> <img src="img/numbers-01.jpg" alt="">?

Thank you so much

so is this okay: <a herf="img/numbers-06.jpg"> <img src="img/numbers-01.jpg" alt="">

Alita Edmonds
Alita Edmonds
6,068 Points

Here the numbers mismatch. This might be what is causing the problem. \/ \/ <a herf="img/numbers-06.jpg"> <img src="img/numbers-01.jpg" alt="">

Hope this helps!