Click to See Complete Forum and Search --> : images arent working


Jazzyfay
01-06-2006, 12:10 PM
Ive read through the HTML tutorial for the images over and over again, and I seem to be doing everything correctly, I use the
<A HREF="http://www.site.com"><IMG SRC="something.gif"></A>
code and then when I open it in my browser all there is is a little white box with a red X in it. Ive tried it with several images and theyre never displayed. Ive saved the images in the same folder where Ive saved my notepad editor.
Please help me I have no clue what Im doing wrong. :confused:

falzar
01-06-2006, 12:26 PM
hi there, I wont pretent to be an expert but you may need the full URL for your image.
<A HREF="http://www.site.com"><IMG SRC="http://www.yoursite.com/something.gif"></A>

LeeU
01-06-2006, 12:38 PM
Ive saved the images in the same folder where Ive saved my notepad editor.

You should save it where the HTML file is located, not the editor.

jeditdog
01-06-2006, 01:35 PM
Yep your description points to the fact the the html file and the image file are in different folders.