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 Structure the Image Gallery

my index.html file automatically assigns itself to the new img folder I created. I am having a hard time moving it.

In How to Make a website, I created my img folder and all the files automatically was put into the folder. I can not move my index.html file out of the folder. How do I move it as the video suggests, when Nick states that the index.html file should be the only one out of the folder.

Look forward to your feedback and thanks for your help.

1 Answer

kyle kitlinski
kyle kitlinski
5,619 Points

In the console you can enter

mv img/index.html .

Hope that helps!

you may have to refresh (f5) the workspace for the change to be visible in your browser

I will try that thanks.