How do I find out the URL of an image I want to use

S

Sez

I need to create an image to add to my Paypal shopping basket, however it
asks me to type in the exact URL of any image on my web site. How do I do
this!?
 
D

David Bartosik [MSFT MVP]

You need to know where you put the image. Same as you needing to know where
you put a file on your PC. Host providers typically have a File Manager
interface you can log in to and review your files and folders. If the image
was put in the root folder it's path would be like...

www.domainname.com/myimage.gif

if you put the image in a folder then the path would look like...

www.domainname.com/foldername/myimage.gif

the easiest way to make sure you copy the URL correctly is to open your
browser and type in the path to the image and if the path is correct the
browser loads the image. Then copy that URL from the browser address bar and
paste it where you need it.

David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com
 
Top