Click to See Complete Forum and Search --> : Cannot load pictures
Mr Match
08-08-2005, 05:43 PM
I load my pic's just like it says i should:
<p>
<img src="picture.gif"
width="144" height="50">
</p>
,but it wont load the pics, it just shows a pic symbol with its corner cut, any suggestions on loading pics from: my pictures?
rhsunderground
08-08-2005, 05:56 PM
well first off, is your webpage saved in your "My Pictures" folder? if it's not, it won't find them unless you change the address of the picture source. second, you should check to make sure that the capitalization of "gif" matches that of the image. some images are saved as GIF and aren't recognized.
JoeCullen
08-09-2005, 05:58 AM
Make sure your images and index.html (or the html file that is referencing the images) are in the same folder, in this case My Pictures folder.
DragonsGirl2001
08-09-2005, 09:42 AM
yeah, changing the src code for images after you upload them is a common mistake for new web developers. Just make sure you do, then re-upload the page.