[NTLUG:Discuss] Icon on Mozilla bookmark.

Chris Cox cjcox at acm.org
Thu Feb 13 10:48:30 CST 2003


Rev. wRy wrote:
> Steve Baker wrote:
> 
>> I've never seen that happen before - does anyone know what magic piece 
>> of HTML/JavaScript/whatever makes this happen?  I'd like to have my 
>> own web sites emit an icon too.
> 
> 
> <link rel="icon" href="yourpicturehere" type="image/jpg">
> in the header section did the trick for me.
> 
> While I'm not sure the above is "w3c correct", it worked for me.
> 
> http://www.wdvl.com/Authoring/Design/Images/Favicon/ may shed more light 
> on the subject.

Or... since www.ntlug.org does this... just look at the source
for the www.ntlug.org page (any of them).

To save you some time... here's what we have...
> <!doctype html public "-//w3c//dtd html 4.0.1 transitional//en">
> <html>
> <head>
>    <link rel="SHORTCUT ICON" href="http://www.ntlug.org/favicon.ico">
>    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
>    <meta name="Author" content="Chris Cox">
>    <meta http-equiv="Expires" content="Thu, 13 Feb 2003 16:30:12 +0000">
>    <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.2.18 i686) [Netscape]">
>    <title>NTLUG: 
> NTLUG: News
> </title>
> </head>





More information about the Discuss mailing list