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

Freddie Bettridge
Freddie Bettridge
1,747 Points

'Introduction to My First Web Page' uploading image doesn't work

I'm on the 'Introduction to My First Web Page' video and am following step by step except when i put my image in the tag (the exact same way as in the video) it does not work/doesn't show up in the preview. Does the image have to be a certain size? Or am I just making a stupid mistake.

Jake Lundberg
Jake Lundberg
13,965 Points

Could you post your code so we can try to see what is going on?

3 Answers

The image shouldn't need to have a size to work, in fact it will work regardless of dimensions entered so long as the tag itself is correct, and the path to the file is the correct path. Could you post the code that you are using here so that we can take a further look and determine what the issue is? Usually these types of problems are a matter of an extra or missing slash for the file path or even a mistyped filename.

The image shouldn't need to have a size to work, in fact it will work regardless of dimensions entered so long as the tag itself is correct, and the path to the file is the correct path. Could you post the code that you are using here so that we can take a further look and determine what the issue is? Usually these types of problems are a matter of an extra or missing slash for the file path or even a mistyped filename.

You must just go to File, Upload File and it will bring up a window for you to choose which file you would like to upload.