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 (dkbluerate.gif and Clouds293.JPG) 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;
<input type="image"
src="http://YOURSITE.COM/dkbluerate.gif"
alt="Rate us @ HomewithGod!" align="left"
border="0" width="60" height="20">
<table
border="0" cellpadding="3" cellspacing="0"
background="http://YOURSITE.COM/Clouds293.JPG" width="293" height="30">
Step 4
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="3" cellspacing="0" background="http://YOURSITE.COM/Clouds293.JPG" width="293" height="30"> <tr><td align="center" width="175"><p> <font color="#003366" size="2" face="Arial, Verdana, Helvetica, san-serif"><strong>Rate Us @ HomewithGod</strong></font> </p></td> <td align="center" width="50"> <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></td> <td><input type="image" src="http://YOURSITE.COM/dkbluerate.gif" alt="RATE this site!" border="0" width="60" height="20"></td> </tr> </table> </form>