Hi Henning,

There are two solutions:

1.) - Create a 32x32 or 16x16 icon, then name it: "favicon.ico" and drop it
into the root folder of your web-server. MSIE will automatically detect it
and include it with your Favorites.

Example, go to http://xml-extra.net and save it as a Favorite and see my
custom icon :-)

2.) - Use the following HTML to include a Favorite icon from a different
location:

<head>
  <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico";>
  <title>Some Title</title>
</head>

As well, to call the MSIE Add Favorite dialog from your web-page, you can
use the following as the code in an 'onclick' event from a button or link or
something:

onclick="window.external.AddFavorite(location.href, document.title);"

Hope this is what you are looking for. Cheers....

Scott Cadillac
http://xml-extra.net
[EMAIL PROTECTED]


----- Original Message -----
From: "Henning Sittler" <[EMAIL PROTECTED]>
To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 12:21 PM
Subject: Witango-Talk: OT: IE Favorites Icon


> Hey, anyone know how to add one of those little icons to your site so that
> the IE location bar and Favorites menu (once you Add a Favorite) show a
> company logo (or whatever)?
>
>
>
> Henning Sittler
> www.inscriber.com
>

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to