Watermarks

Web-based surveys may contain background images to match your website. The advantage of this type of customization is that as your survey becomes more customized to match your website, your survey participants will be more at ease participating in your survey.

It is possible to customize the questionnaire to the extent that only expert users would be able to tell the software resides at our site and not yours.

Here are examples of some questionnaires that use Background images.

  1. Example 1 (mark affixed to page)
  2. Example 2 (mark affixed to screen)
  3. Example 3 (mark affixed to screen)

The Watermark Image technique is accomplished using the "Background" parameter of the BODY code. See below for an example:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body background="SomeImage.jpg" text="#000000">
      <form action="survey.cgi" method="POST">

            Questions and text here...

      </form>
   </body>
</html>

To affix the watermark to the screen instead of the page, add the following BODY parameter: BGPROPERTIES="fixed"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<BODY BACKGROUND="globe.gif" STYLE="background: url(globe.gif) #FFFFFF no-repeat fixed">
      <form action="survey.cgi" method="POST">

            Questions and text here...

      </form>
   </body>
</html>




Site Map