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
Justin McGough
759 Pointspictures wont show.
I am following a tutorial and when i preview the website, it doesn't show the photos.
2 Answers
Samuel Henderson
401 PointsHi Justin,
I'm just starting on this HTML track, so perhaps someone with more experience will have a cleaner answer. Here were the issues I ran into with pictures:
1- Confirm the pictures save correctly into the img folder you create. I created the folder but could not get the drag and drop function to work. I ended up manually moving them once I saved them to my computer.
2- Confirm you did not close the leading <ing at the beginning of the line. I used a closed <ing> at first and realized my mistake after.
3- Confirm you included the folder "img" location before the picture name-- "img/numers-01.jpg"
4- Double check spacing is correct. I had some spaces included that did not need to be there that caused photos to not show.
5- After making any changes in the workspace (and saving), be sure to refresh the preview.
Hope this helps and with luck others will clarify and add to this issue.
Cheers,
Sam H
Summer Calloway
5,781 Pointsit's best to paste your code so we can see it.