Hi Ethan, On Thu, Oct 04, 2007 at 10:57:16AM -0400, Ethan Gilbert wrote: > browser. I can't find anything in the source for the page that looks like > it would do that. Google does it too, wikipedia, and various other sites. > Is it a css thing? How do you do that?
It the following bit: <link rel="shortcut icon" href="favicon.ico"> Browsers also automatically look for /favicon.ico on any site, without anything in the HTML. But using <link> is a bit cleaner... See also http://en.wikipedia.org/wiki/Favicon Cheers, Richard -- __ _ |_) /| Richard Atterer | GnuPG key: 888354F7 | \/¯| http://atterer.net | 08A9 7B7D 3D13 3EF2 3D25 D157 79E6 F6DC 8883 54F7 ¯ '` ¯ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

