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 Style New Pages

photo will not show up

My photo will not show up no matter what I do with the CSS or HTML. Need Help!

<section> <img src="imgs/me.jpg" alt="photo of Reed" class="profile-photo"> <h3>About</h3> <p>Hi, I'm Reed Lambier! This is my design portfolio where I share all of my favorite work. When I am not designing things, I enjoy excercising, hiking, biking, hunting and anything outdoors, and more.</p>

2 Answers

pi R
pi R
12,720 Points

Hi ! are you sure your src path is correct? In this course I remember we use "img/.." and not "imgs/.." You can also check if the image is correctly placed in the folder, and the image name is the good one!

Hi Reed Lambier,

Start by checking the file path of the image you want to use. It may be in the same folder as your html file. Also, check the spelling of all files they may have a word or two that may have been mispelled or forgotten.

Hopes this helps

Stick with it we are all here to help! :)