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 trialSergey Podgornyy
20,660 PointsThis Challenge Task works not properly. I can't upload files and finish this Challenge Task
I can't upload files in Challenge Task "Organize with Unordered Lists". How can I finish this Challendge, if I can't upload necessary files?
1 Answer
Jake Lundberg
13,965 PointsThe files are already there, you just need to add the code...you don't upload anything.
<ul>
<li>
<img src="numbers-01.jpg" alt="" />
</li>
...
</ul>
Sergey Podgornyy
20,660 PointsSergey Podgornyy
20,660 PointsThank you very much!
I tried to display these images from "img" folder as on video, but now it's ready =)
<img src="img/numbers-01.jpg" alt="" />
Jake Lundberg
13,965 PointsJake Lundberg
13,965 Pointshappy to help!