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 (greenrate.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/greenrate.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="#008000" in the following
line and change it to the hexdecimal that you noted on the
previous page;
<table border="0" cellpadding="3"
cellspacing="0" bgcolor="#008000" width="293">
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="3" cellspacing="0" bgcolor="#008000" width="293"> <tr><td align="center" width="175"> <font color="#FFFFFF" size="2" face="Arial, Verdana, Helvetica, san-serif"><strong>Rate Us @ HomewithGod</strong></font> </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" name src="http://YOURSITE.COM/greenrate.gif" alt="Rate our site @ Homewithgod!" border="0" width="60" height="20"></td> </tr> </table> </form>