After developing a master page, I included the following css:
body { background-image:url(images/back.jpg); }
The image in question is specifically meant to be displayed on my Index page. Once a user clicks the "Next" button, my goal is to switch this image with another one.
Is there a way for me to accomplish this task?