Since I don’t really know where to post this maybe you guys know so I post it here. Basically I have two images sitting in a seperate folder(images) on the server. If i want to access these images why doesn’t images/img1.jpg or images/img2.jpg work? The .htm files are located in the same directory.
If i want to access these images why doesn’t images/img1.jpg or images/img2.jpg work?
The .htm files are located in the same directory.
And where are those file paths located? In your CSS or on an <img> in the html?
If it was an image in the html it should have been working.
If it was a path for a BG image in the CSS then where is your CSS file located? Is it in it’s own folder? If so then try a relative path for BG images. That will tell it to look up one level for the images folder.