English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

My image will appear on my page when I open it from my computer but it won't appear on the page when I open it online.

2007-12-15 17:36:37 · 4 answers · asked by Corey L 2 in Computers & Internet Programming & Design

4 answers

You need to upload your image file to the webserver in the same directory relative to the HTML file as it is on your computer. If you've done that and it still doesn't work, make sure the file name is spelled exactly as it appears in the HTML, including case. Windows isn't case sensitive on file names, but Linux servers are - pic.jpg is not the same as pic.JPG.

2007-12-15 17:56:46 · answer #1 · answered by injanier 7 · 0 0

First of all let me say that you probably did everything just right, however the server may be one of those that are case sensitive so look at the image file again and also your html code and be sure that your not asking the server to display an image called (car.jpg) and you uploaded an image called (Car.jpg)

If this is not the case then be sure that you at calling it correctly, as an example if the file is in the same (Directory / Folder) which ever you want to call it then your code html should look like this:







However if your image is uppercase then and the server is case sensitive then correct this by doing the following:







Have fun !!

Hope this helps!

Sparky Miller
Wellsville, Ohio USA

2007-12-15 18:00:43 · answer #2 · answered by Sparky 3 · 0 0

you will have to upload the image ,then addressed the image in your website.the image will appear in your website.
//
if you dont like to use html but directly buy a templates for your website then click this website http://www.templeton.ueuo.com , as this website offers best website templates at affordable prices.

2007-12-15 18:20:08 · answer #3 · answered by David N 1 · 0 0

the problem is the picture are host on your local computer, not host by the internet server. look at the address of your photo.

local host address will look like: "...../picture/ko.jpg"
but
internet server URL address will look like:"http://www.website.com/picture/ko.jpg"

so upload your photo online and get its url. and link your website to that address URL, it will show the photo.

from
keng ping kong from www.iwohoo.com and www.pinkeikong.com

2007-12-15 18:28:53 · answer #4 · answered by PinkeiKong 1 · 0 0

fedest.com, questions and answers