On Thu, Aug 01, 2002 at 11:06:55AM +1000, Matthew Wlazlo wrote:
> 
> > How does KDE Konqueror trap the small logo that appears at the start of
> > the URL line?  With some sites it appears to be site specific.
> 
> It's an IE feature. You put a file called favicon.ico in the root
> directory of your web site (m$ icon format). Supporting browsers check
> for this file... and display it next to the url bar and 'favourites' if
> using IE.

You can also specify it in your HTML, rather than getting the browser to
guess that it might be at /favicon.ico:
    <link rel="shortcut icon" href="http://anywhere/you/like.com";>

This way it'll always appear in any supported browser -- some browsers
will only look for /favicon.ico when you bookmark the page.  It also
gives you per-page control of the icon, rather than per-site.

-Andrew.

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to