[Menu Bar]


Get to Yahoo Faster from Netscape

Home Page - Bookmark - Images - Search Form - Yahoo! Remote


Make Yahoo Your Home Page

Make Yahoo come up immediately as soon as you access the World Wide Web. To do this, you'll need to make Yahoo your startup home page, which is accessed as soon as you launch Netscape or when you click on the home button in the toolbar.
  1. Pull down the Options menu and select General Preferences.
  2. Select the Appearance tab sheet.
  3. For the Browswer Starts with option select the Home Page Location radio button and enter www.yahoo.com in the location box.
  4. Select Save Options from the Options menu.
The next time you start Netscape, you'll go directly to Yahoo!

If this doesn't work or if you have any other questions, please let us know.


Bookmark Yahoo

If you Bookmark Yahoo, you can access Yahoo much faster and more easily. To Bookmark Yahoo in Netscape,
  1. Go to the home page of Yahoo.
  2. Pull down the Bookmarks menu and select Add Bookmark.
Later, when you want to go to Yahoo again, pull down the Bookmarks menu and select Yahoo from the list of bookmarks to jump directly to the Yahoo directory.


Put Yahoo on Your Web Pages For Quicker Access

There are several ways to put Yahoo on your pages.

1. The first is by linking to us with one of our icons, the HTML code looks like this:


<!-- 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:

options

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:

options


3. For those with JavaScript enabled browsers, you might want to add a link to Yahoo! Remote.


Copyright © 1995-96 Yahoo! All Rights Reserved.