Click to See Complete Forum and Search --> : Basic image question


ensa0609
07-01-2005, 01:37 AM
Please excuse my ignorance-- I'm very new to html and such. I'm trying to add pictures to a webpage. I have the tag to use a thumbnail. However, every file name that I type, I don't get a picture when I submit it. I have tried changning the file name.

<A HREF="LORI.jpg">
<IMG HEIGHT=50 WIDTH=50 SRC="LORI.jpg"></A>

when I search for LORI.jpg through the search option on my computer, it finds the image. But when put in the html as above, a box comes up with an "x". Anyone know why?

Robert Wellock
07-01-2005, 06:22 AM
Incorrect path or corrupted image <img src="image.png" width="50" height="50" alt="" />

nachan
07-01-2005, 11:07 PM
I'm assuming that since you say you searched for the image on your comp, you're doing this offline. Make sure that the image is in the same folder that your html file is in. Also, make sure images are turned on in your internet browser. I can't think of any other reason for it not to show up. If you have any more basic html etc. questions, feel free to email me at chikybird@hotmail.com :)