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

how do I upload my own profile photo?

I downloaded my photo from facebook and added it to my about page.problem is,it's not showing,what do I do?

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

How did you add it? and how did you link it? Your html please, your csss please and your folder structure please under the comment :D

You can use this service http://imgur.com/ to capture image and show it

Are you using Workspaces?

https://w.trhou.se/zy387mn7qp check it out,the image i want to add is the one with many numbers

yes I am using workspaces

Rich Zimmerman
Rich Zimmerman
24,063 Points

There is a typo in your file name in the 3rd set of numbers. I would recommend renaming the file to something much shorter.

1 Answer

Alan McClenaghan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alan McClenaghan
Full Stack JavaScript Techdegree Graduate 56,500 Points

Without seeing your code, it's probably to do with either your code not having the correct path, something like this:

<img src="img/your-photo.jpg">

or your image not being in a correctly named folder in the right position in the file tree, such as this:

About.html img>your-photo.jpg Index.html

Hope this is clear and helps.