Mini Search Us Logos that you can put on your Web site as buttons to link to Search Us, in a couple of different ways.
First copy the button you want to use - on Windows platforms put your cursor on the image, then right-click your mouse, then click on "Save picture as..." and decide where you want to save it. The below code examples will assume that you saved the button with the same name that we use, small1.jpg (5.77k) or small2.jpg (3.94k). Both have the same background color as you see here.
Next (using small2.jpg as an example), copy the below code and insert it into your page where you want the button to appear:
<a href="http://www.USGenWeb-Search.Us" target="_blank"><img src="small2.jpg" border="0" alt="USGenWeb Search Us Home Page"></a>
Instead of the code opening a new browser window, you can have it go directly to the Search Us Home Page by leaving out the target="_blank" section.
If you want the code to go directly to a particular state Search Us, Ohio for example, then modify the URL to USGenWeb-Search.Us/OH.html or use the two-letter postal code for other states. If you do this, you may also want to modify the alt="USGenWeb Search Us Home Page" tag.