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 trialJoey amrami
393 PointsI 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
Courses Plus Student 3,965 PointsIf 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
Joey amrami
393 PointsThank you so much
Joey amrami
393 Pointsso is this okay: <a herf="img/numbers-06.jpg"> <img src="img/numbers-01.jpg" alt="">
Alita Edmonds
6,068 PointsHere 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!
Joey amrami
393 PointsJoey amrami
393 Pointsso is this okay: <a herf="img/numbers-06.jpg"> <img src="img/numbers-01.jpg" alt="">?