http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp

Create the Correct Size Icon
For Internet Explorer 5, the required size of a shortcut icon is 16x16
pixels. To create the icon, use an icon editor, such as the one included in
Microsoft(r) Visual Studio(r) or one of the many other icon editors
available. Regardless of the program you use, make sure you set the editor
to create an icon that is 16x16 pixels. Otherwise, the icon will be ignored
by Internet Explorer.
Associate the Icon with Your Web Page
After creating the icon, you must associate it with your Web page. One way
is to save the icon with the default file name of favicon.ico in the root
directory of your domain-for example, www.microsoft.com/favicon.ico. Each
time your Web page is added to a user's favorites, Internet Explorer
automatically searches for this file and places the icon next to all the
favorites and quick links originating from your site.
You can also associate the icon with your Web page by saving the icon with a
file name other than favicon.ico and adding a line of HTML code in the HEAD
section of your Web document. The line of code includes a LINK tag that
specifies the location and name of the file. You can include this LINK tag
on a per-page basis. 
<HEAD>
  <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
 <TITLE>My Title</TITLE>
</HEAD>


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-----Original Message-----
From: Milks, Jim [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 1:39 PM
To: CF-Talk
Subject: OT:How do I put the little image in the address bar in IE?

Hi,
I have a client who is hell-bent on having his logo appear in the IE address
bar and when people bookmark his site. How is this done? It is IE only,
right?

Thanks,

James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to