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 trialAndrew Saitta
Courses Plus Student 236 PointsSo, I am having a slight issue with listing three images with there display tags. what am i suppose to do?
ive used; <ul><li><img src="img/numbers-01.jpeg" alt=""> and including proper spacing and closing script. also did the same thin for other two images. what is wrong?
8 Answers
Tiffany McAllister
25,806 PointsCan you please include your code so we have a better idea of what is happening? Thanks!
Andrew Saitta
Courses Plus Student 236 PointsI did. i dont know why it isnt showing.
<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>
i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.
Andrew Saitta
Courses Plus Student 236 Points<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>
Andrew Saitta
Courses Plus Student 236 Pointsit is not letting me type code in here?
Tiffany McAllister
25,806 PointsClick on the link below that says Markdown Cheatsheet. It will show you how to include code in your posts.
Andrew Saitta
Courses Plus Student 236 PointsI did. i dont know why it isnt showing.
'''<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul> ''' i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.
Andrew Saitta
Courses Plus Student 236 PointsI did. i dont know why it isnt showing.
'''<ul> <li> <img src="img/numbers-01.jpeg" alt=""> </li> </ul>'''
i also tried this with the folder path where it is on my computer. also repeated this with other 2 img files.
Andrew Saitta
Courses Plus Student 236 Pointsim trying
here`
Andrew Saitta
Courses Plus Student 236 Pointsthanks, still havn't figured out typing code in these comment boxes. but stumbled across my answer on another post.