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 (Clouds180.JPG and dkbluerate.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;
<table
border="0" cellpadding="3" cellspacing="0"
background="http://YOURSITE.COM/Clouds180.JPG" width="180" height="90">
AND
<input type="image"
src="http://YOURSITE.COM/dkbluerate.gif" alt="Rate us @
HomewithGod!" align="left" border="0"
width="60" height="20">
Step 4
After you have made these three 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" background="http://YOURSITE.COM/Clouds180.JPG" width="180" height="90"> <tr><td align="center" colspan="2"> <font color="#003366" size="2" face="Arial, Verdana, Helvetica"><strong>Rate Us @ HomewithGod</strong></font></td></tr> <tr><td align="right" width="50%"> <input type="hidden" name="ID" value="YOURSITEIDHERE"> <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/dkbluerate.gif" alt="Rate us @ HomewithGod!" align="left" border="0" width="60" height="20" valign="absmiddle"></td></tr> <tr><td align="center" valign="absmiddle" colspan="2"> <font color="#003366" size="2" face="Arial, Verdana, Helvetica"><strong>HomewithGod.com</strong></font></td></tr> </table> </form>