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

Elijah Njeri
Elijah Njeri
3,175 Points

Hi can't copy paste the image link...any advice on how to go about that?

I am learning the part where you design a basic web page, but I am stuck.

1 Answer

Robert Stamate
Robert Stamate
13,227 Points

I am not entirely sure I understood your question, but I think this can help a lot in your future:

You can use this website as a resource for online links : https://placeimg.com/ where you can copy a working link to any image available there.

BUT, if your project is saved on your local disk drive (HDD, example C:\ , D:\ , etc.) you will have to write the path to the image something like this:

/project-folder/image/image.png

More information about file paths you can find here: https://www.w3schools.com/html/html_filepaths.asp or here: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files

Hope it helps, Regards!

Elijah Njeri
Elijah Njeri
3,175 Points

Thanks Robert!...clearly understood.