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

chris vonburske
chris vonburske
682 Points

How can I add the "img" file folder?

How can I add the "img" file folder? I'm not in workspaces. Just doing the code challenge.

Hi Chris,

To clarify - you're working on the project on your own computer? What OS are you using? In general, it's just a matter of creating a new directory in the directory you're saving your .html/.css files. (Details on how to do that are dependent on your operating system.)

Let's say you're saving your .html files in a directory (= file folder) called 'myCode'. From within that directory, you'd create a new (sub) directory called 'img', like so.

myCode
      img

Hope that helps! Cena

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey Chris,

You don't need any files/folders when doing the code challenges. Just code as if they were there.

:)