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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get website icon to appear in Favorites

Status
Not open for further replies.

JillWalser

Programmer
Dec 18, 2002
11
US
Hello,
How is it accomplished to get one's website icon to appear in the Favorites. For example, Yahoo's red Y appears in my Favorites list.
Thank you,
J
 
You need to link into 'favicon':

e.g.
<link rel="favicon" .....

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
oops: I should have put:
Code:
<link rel="icon" type="image/png" href="icon.png"/>

(i.e. rel="icon" not rel="favicon")

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top