Step
1
Find the following lines in the form below and replace YOUR SITE URL with your url and YOUR SITE NAME with your web site's name in the following
lines;
<input type="hidden" name="asite_url"
value="http://YOURSITEURL">
<input type="hidden"
name="asite_title" value="YOUR SITE NAME">
Step 2 (Optional)
If the colors are not compatitable with your site, look for
"#04649C" in the following
lines and change it to the color of your choice;
<table border="1"
bordercolor="#04649C"
cellpadding="0" cellspacing="0">
<tr><td align="center"><font
color="#04649C" size="2" face="Arial,
Verdana, Helvetica, sans serif">
<tr><td align="right"><font
color="#04649C" size="1" face="Arial,
Verdana, Helvetica, sans serif">
Step 3
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://www.homewithgod.com/cgi-bin/links/search.cgi/" method="GET"> <table border="1" bordercolor="#04649C" cellpadding="0" cellspacing="0"> <tr><td valign="middle"> <input type="hidden" name="asite_url" value="http:/YOUR SITE URL"> <input type="hidden" name="asite_title" value="YOUR SITE NAME"> <table border="0" cellpadding="5" cellspacing="0"> <tr><td align="center"><font color="#04649C" size="2" face="Arial, Verdana, Helvetica, sans serif"> <b>Christian Web Search</b></font><br></td></tr> <tr><td><input type="text" size="15" name="query"> <input type="submit" value="Search"></td></tr> <tr><td align="right"><font color="#04649C" size="1" face="Arial, Verdana, Helvetica, sans serif"> <a href="http://www.homewithgod.com"><em>Powered by HomewithGod</em><br> <a href="http://www.homewithgod.com/links/pages/searchinfo/">Add To Your Site!</font></td></tr> </table> </td></tr></table> </form>