Your rating form will look like this example:

Rate Us!

HomewithGod

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 2 graphics (
hwglogo50x50.gif and button_go.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

Image 2

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

<img src="http://www.
YOURSITE.COM/hwglogo50x50.gif" width="47" height="57" ALT="Rate us @ HomewithGod!"></td>
AND
<input type="image" src="http://www.
YOURSITE.COM/button_go.gif" ALT="Rate us @ HomewithGod!" align="bottom" border="0" width="26" height="23"></td></tr>

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="0" cellspacing="0" width="120" 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 METHOD="POST" ACTION="http://homewithgod.com/cgi-bin/links/ratehome.cgi" target="_top">
<table border="0" cellpadding="0" cellspacing="0" width="120" bgcolor="#990000">
<tr><td width="100%"><div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="120">
<tr><td valign="top" width="48">
<img src="http://www.YOURSITE.COM/hwglogo50x50.gif" width="47" height="57" ALT="Rate us @ HomewithGod!"></td>
<td align="center" valign="absmiddle" width="72">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td align="center" width="100%" height="20">
<font color="#FFFFFF" size="2" face="Arial, Verdana, Helvetica"><b>Rate Us!</b></font></td></tr>
<tr><td align="center" valign="absmiddle" width="100%" height="1"><font size="2">
<INPUT TYPE="HIDDEN" NAME="ID" VALUE="YOURSITEIDHERE">
<small>
<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></small>
<input type="image" src="http://www.YOURSITE.COM/button_go.gif" ALT="Rate us @ HomewithGod!" align="bottom" border="0" width="26" height="23"></td></tr>
</table></td></tr></table>
</center></div></td></tr>
<tr><td width="100%"><div align="center"><center><table border="0">
<tr><td align="center" colspan="2" width="120">
<p align="center"><font color="#FFFFFF" size="3" face="Arial, Verdana, Helvetica"><strong><b>HomewithGod</b></strong></font></p></td></tr>
</table></center></div></td></tr></table>
</form>