HOME
CREATE SURVEY MY SURVEYS MY ACCOUNT

Advanced Services Pricing Build Your Survey Collect Your Data View Your Results About Us


HTML (HyperText Markup Language) is an easy to use language that can be used to enhance your survey pages. HTML operates using a two part command that turns on the feature and then turns it off. HTML commands are enclosed within < > identifiers. The forward slash / turns the command off. Below are some of the most commonly used HTML commands:

Bold:
<b> Insert Text To be Bolded Here </b>

Underline:
<u>Underline this text</u>

New Line (Break):
<br> (no closing arguement is required)
Multiple new lines can be used.

Blank Space:

HTML is formatless, meaning that more than
one blank spaces between words are ignored...

Insert "hard" blank spaces by inserting
&nbsp;
Multiple blank spaces can be used.

Font Color:
<font color="#FF0000">Red</font>
where other codes are::
FF0000 Red   00FF00 Green  0000FF Blue 
 FFFF00 Yellow 999999 Dark Gray
CCCCCC is the gray background color, etc.

Custom Codes:
Custom codes can be inserted as part of
questions to track respondents or pipe text.


More HTML:
Other HTML Codes are also supported.
The following link is an excellent online source for HTML.


Close the Thank You Page Using a Timer
A timer can close the Thank You window.
Set the timer milliseconds (3000=3 seconds).
You can also reset the size of the window
(here 400 x 400 pixels).
To use this code, go to the Survey Options page.
Enter the code in the Survey Display Options box:
"Text To Display After finishing up the survey".
<script type="text/javascript">
<!--
function auto_close(delay)
{ setTimeout("self.close();",delay); }
//--></script>
<script type="text/javascript">
auto_close(3000);
window.opener = 'm';
window.resizeTo(400,400); 
</script> 


Insert a Graphic:
<img src="http://www.SurveyPro.com/pieces/banner.gif">

Insert a Link to a Web Page:
<a href="http://www.SurveyPro.com">Link Text Here</a>

Insert a Graphic with a Link:
<a href="http://www.SurveyPro.com">
<img src="http://www.SurveyPro.com/pieces/banner.gif">
</a>

Insert a Link to a Word Document:
<a href = "http://www.SurveyPro.com/marketing/CorporteProfile.doc"> Click here to view our corporate profile</a>

Insert a Media Link:
<IMG DYNSRC = "http://www.SurveyPro.com.com/client/graphics/EgRing.mpeg" START="mouseover" Loop=1></a>

Note that the graphics, document or media files must be loaded onto a server and called from that server. The link text may be inserted into any question (or answer) for your survey.

Turn off the Thank You page :
<META HTTP-EQUIV=refresh content="0; URL=http://www.yourwebsite.com">

To use this code, go to the Survey Options page. In the Survey Display Options box, the last item is the "Text To Display After finishing up the survey". Enter the code there and your survey will be redirected.




Home   |   Pricing   |   Contact Us   |   Sample Surveys   |   Help   |   Free Survey Library
Copyright 2006 www.SurveyPro.com All Rights Reserved