Your rating form will look like this example:

Rate Us @ HomewithGod
HomewithGod.com

Step 1
Find the following line in the form below and replace
YOURSITEIDHERE with your ID number in the following line;

<INPUT TYPE="HIDDEN" NAME="ID" VALUE="
YOURSITEIDHERE">

Step 2
This form requires 1 graphic (rdbrwnrate.gif) that will need to be downloaded and then uploaded to your server. Make a note of the directory you are putting them in to make the changes required in Step 3.

Image 1

Step 3
Find the following line in the form below and change
YOURSITE.COM to reflect your web address and the directory the images were uploaded to;

<input type="image" src="http://YOURSITE.COM/rdbrwnrate.gif" alt="Rate us @ HomewithGod!" align="left" border="0" width="60" height="20">

Step 4 (Optional)
If none of the colors are compatitable with your site, look for bgcolor="
#990000" in the following line and change it to the hexdecimal that you noted on the previous page;

<table border="0" cellpadding="3" cellspacing="0" width="180" height="90" bgcolor="
#990000">

Step 5
After you have made these changes, cut and paste the following code into your page where you want the form to appear.


<form action="http://homewithgod.com/cgi-bin/links/ratehome.cgi" method="POST" target="_top">
<table border="0" cellpadding="3" cellspacing="0" width="180" height="90" bgcolor="#990000">
<input type="hidden" name="ID" value="YOURSITEIDHERE">
<tr><td align="center" colspan="2">
<font  color="#FFFFFF" size="2" face="Arial, Verdana, Helvetica"><strong>Rate Us @ HomewithGod</strong></font></td></tr>
<tr><td align="right" width="50%">
<select name="R" size="1">
<option>--- </option>
<option>10</option>
<option> 9</option>
<option> 8</option>
<option> 7</option>
<option> 6</option>
<option> 5</option>
<option> 4</option>
<option> 3</option>
<option> 2</option>
<option> 1</option>
</select></td>
<td width="50%">
<input type="image" src="http://YOURSITE.COM/rdbrwnrate.gif" alt="Rate us @ HomewithGod!" align="left" border="0" width="60" height="20">
</td></tr>
<tr><td align="center" valign="absmiddle" colspan="2">
<font color="#FFFFFF" size="2" face="Arial, Verdana, Helvetica"><strong>HomewithGod.com</strong></font></td></tr>
</table>
</form>