Jpg file fail to display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I uploaded all my jpg files (3 in all) and an index.html files to the web
server of my ISP. I am excited in anticipation as this is my first home page.

Everything on my webpage displayed ok except for one jpg file. Itn its place
is the little red-cross placeholder. Of course, I tested the web page on my
PC, and everything displayed okay, I then simply copied all the files across
(all in one directory) to the web server. What happened?

To be sure, I thought that particular jpg file may have been corrupted, so I
deleted it from the server, and uploaded again. Nope, it didn't help!!! Does
anyone have this problem before?

Also, I asked someone else to view my webpage, same jpg fail to show up...

Thanx in advance

L&L
 
Hello all,

I uploaded all my jpg files (3 in all) and an index.html files to the web
server of my ISP. I am excited in anticipation as this is my first home page.

Everything on my webpage displayed ok except for one jpg file. Itn its place
is the little red-cross placeholder. Of course, I tested the web page on my
PC, and everything displayed okay, I then simply copied all the files across
(all in one directory) to the web server. What happened?

To be sure, I thought that particular jpg file may have been corrupted, so I
deleted it from the server, and uploaded again. Nope, it didn't help!!! Does
anyone have this problem before?

Also, I asked someone else to view my webpage, same jpg fail to show up...

Thanx in advance

L&L

The usual cause is a case error. If the filename has a capital letter, the web image must have
a capital letter. Windows is forgiving of this but not html.

Image.jpg is NOT the same as image.jpg
 
LiveAndLearn said:
Just in case you want to look at my webpage for diagnosis..

If this is in reference to another post you made, then please post in
that thread, and keep relevant thread context without snipping it all out.

Otherwise no one will know what you are talking about.
 
LiveAndLearn said:
Hello all,

I uploaded all my jpg files (3 in all) and an index.html files to the web
server of my ISP. I am excited in anticipation as this is my first home page.

Everything on my webpage displayed ok except for one jpg file. Itn its place
is the little red-cross placeholder. Of course, I tested the web page on my
PC, and everything displayed okay, I then simply copied all the files across
(all in one directory) to the web server. What happened?

Most likely there's a typo of some sort in the <img ...> tag that's
supposed to display your image. Look at it closely, make sure the file
name is spelled correctly, and the path is correct. As another poster
said, some servers (im particular, those that run on Unix machines)
will be case sensitive, so pay attention to that too.
 
Back
Top