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 Build a Simple Website Text Editors and HTML Images and Lists

Sublime Text 2

Do I have to make a folder called projects on my c drive to save my index file and zip files inside of it .I had saved it in my documents but when working on the smells like bakin site its not finding the images witch are also saved their

Natasha McDiarmid
Natasha McDiarmid
11,400 Points

It sounds like your image link paths are incorrect. How do you have the whole project setup currently? All of your files are in your 'My Documents'?

Double check your image tag to ensure it's linking to the correct location.

3 Answers

Natasha McDiarmid
Natasha McDiarmid
11,400 Points

What is the file path that you have in your code currently for the images?

Look for this in your code and paste it back to me:

<img src="<file path here>" />

Natasha I made a new folder on my c drive named it web projects. I extracted the zip file into that folder I also resaved the index file into the same folder .inside the folder now I have the index file and two folders one is _MACOSX inside that folder is a image folder with images in it and the other is img folder witch also has the same images inside it here is the code from sublime 2 <!DOCTYPE HTML> <html> <head> <meta http-equip="Content-Type" content="text/html; charset=utf-8"/> <title>Smells Like Bakin' Cupcake Company</title> </head> </body> <img src="/logo,gif" alt="Smells Like Bakin"> <body> </html> when I load the page I only get an x in place of the image can you send me the proper layout I am using internet explorer 11 thanks

Hi Natasha thanks for your help I finally found out what I was missing I simply missed the ending equation DAAAAAAAAAA something so simple and didn't see it thanks again