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 Adding Pages to a Website Add a New Page

Difficulty Uploading Photo

Hi Guys!

So I'm trying to upload a picture of myself instead of having that picture of Nick up there but whenever I input the code for my img it doesn't appear. But when I try to use Nick's profile pic it does. Could it be that my pic is too big?

I'm trying to upload the image img_1972.jpg

1 Answer

If you copy your image into the same folder Nick's image is in then you should be able to use the same file path as Nick's example. Otherwise in your <img src="image/img_1972.jpg" alt="My pic not Nick"> or whatever the path in your computer is (image is the name of a folder). It can be copy and pasted in. If you need to step up a folder then two .. need to be inside the first quote mark. That's the best I can explain it without seeing a screen shot.