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

How to create icons in address bar/favorites? 2

Status
Not open for further replies.

noslenwerd

Programmer
Joined
May 2, 2005
Messages
59
Location
US
For instance, for this site you see the Red block that looks like it has a White T in it... whats the code to set an icon like that for a site i created? To be visible in the address bar or in your favorites.

Also what size do they have to be?

Thanks
 
Hi

The image has to be a *.ico file, 16px by 16px.

to load it in your site put this line in the <head> section:

<link rel="shortcut icon" href="image.ico">

(where image.ico is your image)

[cheers]
Cheers!
Laura
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top