Originally posted by tjwett
you just need to make a 32x32 pixel image and save it as favicon.ico
you'll need a special app for creating the file, try iconfactory.com to get that.
then just place the file in you websites root directory.
<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>
Originally posted by dukestreet
no! I've got a .gif file at one of my sites. Just make sure its the right size - 16x16 (not 32) and you can use a line of html code on your page
Code:<HEAD> <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico"> <TITLE>My Title</TITLE> </HEAD>
Good luck,
D
The new Safari Developer FAQ covers key web development issues
relevant to Apple's new browser, including user-agent strings,
plug-in support, DHTML support, favicons, and more. Find this
constantly updated resource on the ADC Internet Developer site.