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

Kalyn Sloan
Kalyn Sloan
292 Points

I cannot add my image folder?

I am trying to finish the challenge by adding the images, but I don't think it is working because the code is not working.

3 Answers

Can you tell me what did you try doing?

I guess it's the second challenge you are referring to. Did you add the img/ folder name infront of the image names. I tried this and it worked. Hope this helps

<section>
      <ul>
        <li><img src="img/numbers-01.jpg" /></li>
        <li><img src="img/numbers-02.jpg" /></li>
        <li><img src="img/numbers-06.jpg" /></li>
      </ul>
    </section>  

I have same issue with same challenge...the problem is that you can't use your workspace to add the images the way it shows on a video by dragging them to a new "img" folder....the workspace which you need to pass the challenge on simply have no this function...the only thing you can do is just text the code without adding the files..the "challenge" workspace does not have all those functions what normal workspace have..so how it's possible to do it successfully...any ideas?

Ana Gledovic
Ana Gledovic
7,465 Points

Hey guys, here is awesome explanation step by step.