If this doesn't work or if you have any other questions, please let us know.
There are several ways to put Yahoo on your pages.
<!-- Begin Yahoo Link --> <A HREF="http://www.yahoo.com"><IMG SRC="http://www.yahoo.com/images/logo.gif" BORDER="0"></a> <!-- End Yahoo Link -->in your page, it'll look something like:
Or if you'd prefer a smaller image you can replace logo.gif with logo_sm.gif which will look something like:
2. If you want to get fancier, then include a Yahoo search form on your site. Include the HTML between the comments in your Web pages:
<!-- Begin Yahoo Search Form --> <FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search"> <INPUT SIZE="30" NAME="p"> <INPUT TYPE="SUBMIT" VALUE="Yahoo! Search"> <A HREF="http://www.yahoo.com/search.html"><SMALL>options</SMALL></A> </FORM> <!-- End Yahoo Search Form -->
It will look something like this:
This form will allow you to do quick and easy Yahoo searches immediately from your Web pages!
Or if you really want to go crazy, try adding both an image and a search form with the following HTML:
<!-- Begin Yahoo Search Form --> <FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search"> <TABLE> <TR> <TD> <A HREF="http://www.yahoo.com"><IMG SRC="http://www.yahoo.com/images/doyou.gif" BORDER="0"></A> </TD> <TD> <INPUT SIZE="20" NAME="p"> <INPUT TYPE="SUBMIT" VALUE="Search"> <A HREF="http://www.yahoo.com/search.html"><SMALL>options</SMALL></A> </TD> </TR> </TABLE> </FORM> <!-- End Yahoo Search Form -->
It will look something like this:
3. For those with JavaScript enabled browsers, you might want to add a link to Yahoo! Remote.