There are several ways to link to Search Europe from your Web Site.
1. The first is by linking to
us with one of our icons, the HTML code looks like this:
<!-- Begin Search Europe Tag -->
<A HREF="http://www.searcheurope.com">
<IMG SRC="http://searcheurope.com/images/logos/logo_bluebk.gif" alt="Search Europe" border=0>
</A>
<!-- End Search Europe Tag -->
in your page, it'll look something like:
2. We also have a version with a white background:
<!-- Begin Search Europe Tag -->
<A HREF="http://www.searcheurope.com">
<IMG SRC="http://searcheurope.com/images/logos/logo_whitebk.gif" alt="Search Europe" border=0>
</A>
<!-- End Search Europe Tag -->
in your page, it'll look something like:
2. If you want to get fancier, then include a
Search Europe search form on your site. Include the HTML
between the comments in your Web pages:
<!-- Begin Search Europe Tag -->
<FORM ACTION="http://www.searcheurope.com/cgi-bin/links/search.cgi" method="GET">
<INPUT TYPE="TEXT" NAME="query" SIZE="30">
<INPUT TYPE="SUBMIT" VALUE="Search Europe!"></FORM>
<!-- End Search Europe Tag -->
It will look something like this:
This form will allow you to do quick and easy Search Europe
searches immediately from your Web pages!