Resources - Client Search Form
Here is the HTML you need to paste into your Search page it will display a Text box and a Submit button.
 
It will look like this on your site:
Copy and paste the following HTML into your page:
<form name="top25search" method="post" action="http://www.collectiblestop25.com/cgi-bin/ranker/publicsearch.cgi">
<table width=100 height=50 border=0 cellpadding=0 cellspacing=0><tr><td colspan=2>
<input type="hidden" name="clientResultsPage" value="[YOUR_RESULTS_PAGE]"/>
<input type="hidden" name="resultsPerPage" value="30"/>
<input type="text" name="searchtext"/></td></tr><tr><td><a href="http://www.collectiblestop25.com"><img src="http://www.collectiblestop25.com/images/Misc/searchlogo.gif" border=0/></a></td><td>
<input type="submit" name="Search" value="Search"/></td></tr></table>
</form>