How to - Background Image

Add a background image to each page of the survey.

Instructions:

Create a Plain text object on each page of the survey. Put this style script into the Plain text object on each page. You can replace the image URL with one of your own.

<style type="text/css">
body{
background-image: url(http://www.raosoft.com/logo.gif);
background-repeat: no-repeat;
background-position: top center; 
}
</style>