On Sun, 25 Apr 2004, Sherm Pendley wrote: > On Apr 25, 2004, at 10:09 PM, Bill Stephenson wrote: > > > How do I make a custom icon show up in the address bar when a user > > loads a page? > > You mean, in Safari? > > It's a file at the root of your site, called favicon.ico. It's a 16x16 > icon in Windows Icon (.ico) format, which is exportable from a number > of graphics packages.
Isn't the .ico format just plain Windows .bmp bitmap format? Anything that can read & write bitmap files can create favicon.ico too, even if the software doesn't say it can do that; a 16x16 bitmap file will work as an icon [on Windows] with the .ico extension, and will be served by the web server with the favicon.ico name. And yes, PerlMagick would be the most apropos suggestion :-) -- Chris Devers