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 Creating HTML Content Organize with Unordered Lists

Sergey Podgornyy
Sergey Podgornyy
20,660 Points

This 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
Jake Lundberg
13,965 Points

The 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
Sergey Podgornyy
20,660 Points

Thank 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="" />