Picture uploading help?

I don't know why i am facing a problem, uploading picture on my website? can u help me?

  • i just created my own website, on my home page i added a picture and its working very well on my computer, because the pic is saved on my computer. but when i open this website on any other computer the picture does not appear.. I don't know much html i designed this page in MS Front page... please have a look http://www.impressiveleads.com Thank you

  • Answer:

    You haven't uploaded the picture at all. You need to put the picture on the server (is there a section that lets you upload files?). You'll then get a link to where that picture is stored on the SERVER. Replace the C:\...... path you are using for the picture with the path on the server (should be something like "http://www.impressiveleads.com/........… Sorry I can't help more than that, but I don't know what tools you are using to design and upload your website.

Thats_me at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

src="C:\Documents and Settings\Microsoft\Desktop ^^^^^^^^^^^^ That line is incorrect outside your own computer. It should read as http://www.impressiveleads.com/imagefilename when the html page is stored in your web server.

interstate_101

The problem is that the "src" attribute of your "<img...>" tag is pointing to a file on your computer. Make it to point to the file you uploaded on the server. Your image properties show, under "Location" the following: C:/Documents%20and%20Settings/Microsoft/… So try to modify the "<img src="...">" tag so it gets the file from the server, not from your computer.

Bogdan

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.