Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Favorites Icon 1

Status
Not open for further replies.

shaneras

MIS
Mar 29, 2001
13
0
0
US
Hi all,

How do I make it so my companies web page has our own custom icon when you add it to favorites in IE? If it is added now it get the IE icon, I want to add our companies icon(like Yahoo adds a their Y logo instead of the IE icon) I am thinking it is in the HTML somewhere but cant figure it out.
 
Some websites show a small graphic logo in the MSIE address bar, instead of the standard IE "e on a page" logo (Netscape does not show the alternate logo in its address bar). If you want your site to display one of these (they're called favicons), you should create one (a 16X16 icon), upload it to your site, and link to it in your page by using the following code:
<LINK REL=&quot;SHORTCUT ICON&quot; HREF=&quot;/favicon.ico&quot;>
For more information, visit and
Source:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top