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

Can't create img folder. Just stays untitled. When using "untitled" in code, picture doesn't appear. Stuck. Help.

Had difficult dragging and dropping picture. Tried to create img folder. Program won't let me. Then when adjusted "img" source folder name to untitled picture did not appear. help!

When you right-click, do you get a menu with create new folder? It's a little confusing what the program isn't letting you do. Are you getting a menu, or clicking the menu doesn't do anything?

No kidding. The good news is that the program (finally) let me name the folder "img" the bad news is now the website simply reads as follows:

"Index of /

.DS_Store
Untitled-1/
img/

"

4 Answers

Whatever is in the folder needs to have an image extension for the browser to display a picture, such as .jpg, .png, .gif. If it doesn't have that, it's not going to display. I'm not sure what the drag and drop issue could be unless you're using a older browser and it is not supported.

It does have a .jpeg. It's <img src="img/numbers-01.jpg" alt="">

And the file is numbers-01.jpg

If you know anyone who can help, please direct them my way. I'm kind of stuck.

Sorry I couldn't help, good luck.