I'm learning how to make an image gallery with jquery. the images file path is this for the final site.
<img src="images/gallery/refraction_thumbnail.jpg"/></a>
but when I'm loading it locally in my chrome browswer to test, the images aren't showing because the images are at this file path
file:///Users/name/Desktop/myGallery/images/gallery/refraction_thumbnail.jpg
Is there a convenient way to get the images to load on my local browswer without manually changing all the file path links?
For example, I thought if I just put a / in front of "images" it might work but it didn't.
imagesfolder? If it's in the same folder as theimagesfolder your code should work. Putting a/in front ofimagesmakes it go toC:\by the way. – minitech May 20 '11 at 2:46