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 Use the Navigation Element

tunis dehas
tunis dehas
4,863 Points

I m not able to download the file of pictures as you show in the video.Please help me

I donloaded the file on my desk of my computer. Then I uploaded on my workspace. But it seemed work but when I see the result, I have an error message. I hope my message is enough clear, I ' m sorry I don't speak very well english. thanks for your help

Did you drag the files on the upload section on the gray bar on the left and then create an img folder and drag the files inside the img folder?

tunis dehas
tunis dehas
4,863 Points

Hi Michele thanks for trying to help me

the transcript said "You should find a link to them next to the video player. 1:13 Once you've downloaded them, you should have a zip file that looks like this." When I clik on the link to donwload the file under the video . I don't see the same screen like the video. I have to copy it on my computer and then I upload from the work space .But like this I have an error in the preview

3 Answers

Hey Tunis!

What is the error message that you have been given? Please copy and paste it here so I can get some more information on exactly what the problem is.

-Luke

tunis dehas
tunis dehas
4,863 Points

Hi Luke thanks fo trying to help me The error message came out when I preview the result ...I have a blank page and a word img like a hyperlink. I think because I didn't upload file like the video thanks again Tunis

Hey Tunis! Make sure to drag the images into the darkened area of the file tree where it asks you to drop your files.

Once you have done that you will need to use the following code to call the images into action.

<img src="img/numbers-01.jpg" alt="">

Please note that the code shown above will only import one image as long as it is stored in the "img" folder and is called numbers-01.jpg!

tunis dehas
tunis dehas
4,863 Points

thanks a lot Luke it works now

No problem, I'm glad you managed to get it working.