Finding an Image Path

Top  Previous  Next

To follow this tutorial you must know how to place an image and view source of a frame within your Member's Area.

 

 

The simplest way to find the path of an image uploaded into the Image Store is to place an image on a page and use the View Source button in the editor.  Here is how:

 

1.Create a blank page on your site.  (you can delete this page after this)
2.Then place an image on the page
3.Use the View Source Icon to see the HTML code.  It should look something like this.
 

Image Placed on Blank Page

Source Code View of Image

clip0608

clip0609

 
4. Your image path is located in the src=" " section of the HTML.  In the example below the image path is uploaded/images/Bars/Skills/Inflienceskills.jpg

 

clip0610

 

For the FULL URL add your domain name in front of the image path.  For example if your domain name is yahoo.com then the FULL URL would he http://www.yahoo.com/uploaded/images/Bars/Skills/Inflienceskills.jpg .  To test it out, paste this full URL in any browser and you should see the image.  If not you have the wrong image path or domain name.