I am experiencing an issue with my html page where the background images are not reloading when I refresh the page, but the logo image is. The background images are called through an external CSS file, while the logo is used with an <image>
tag. Why does the logo image always reload while the background images do not? Should I consider using the logo image as a background-image as well? Any suggestions would be appreciated.