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!
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

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.
3 Answers

Luke Pettway
16,592 PointsThe 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.

Luke Pettway
16,592 PointsThe 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.

josephchemaly
2,914 PointsYou 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.
Jake Lundberg
13,965 PointsJake Lundberg
13,965 PointsCould you post your code so we can try to see what is going on?