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.
views:
57answers:
1
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
2010-04-09 13:54:52
How can i achieve it ? Please kindly guide me. Thanks.
morningglory
2010-04-09 13:59:08