tags:

views:

57

answers:

1

I have one html page which contains background images + one logo (image). I called background-images through external css file, but for the logo, i used with an <image> tag. Whenever I refresh the page, the logo image is always reloaded but not the background images are. Can i know why the image reload every time ? Do i need to use that logo image as background-image as well ? Any suggestion please.

A: 

Your webserver should return headers to assist client-side caching. They are not doing that by default. Google for mod_expire if you are under Apache.

BarsMonster
How can i achieve it ? Please kindly guide me. Thanks.
morningglory