Andy.T! said:
After creating a web page with notepad and viewing it through IE6 instead
of seeing an image all I see is a red x. Does anyone know why?
Many Thanx..
be sure the path name is identified properly. "/images/file.jpg" may not be
equal to "/Images/FILE.jpg" in some cases.
What ever your file name is, it must match perfectly in every way.
Did you upload the image to the proper directory?
Do you have the page file and the image in the same directory? If so, all
you need to show is <img src="file.jpg">.
The most common newbee mistakes are syntax and file location.