Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
Since I have used several of the same images throughout my web, I have placed them in the same directory, but when I go to a different page, you have to wait for the same images to download again - they're not being called from cache. Can someone help please??
To give an example, pic1 which is used on all pages, has the path images/pic1.jpg, so on the first page it is called as src="images/pic1.jpg", on the second page it is called as src="images/pic1.jpg" and so on. I'm lead to belive that if the images are in the same driectory path, they should be called from cache(?) and the browser won't need to download them again.
Since I have used several of the same images throughout my web, I have placed them in the same directory, but when I go to a different page, you have to wait for the same images to download again - they're not being called from cache. Can someone help please??
To give an example, pic1 which is used on all pages, has the path images/pic1.jpg, so on the first page it is called as src="images/pic1.jpg", on the second page it is called as src="images/pic1.jpg" and so on. I'm lead to belive that if the images are in the same driectory path, they should be called from cache(?) and the browser won't need to download them again.