INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: EpF on March 28, 2005, 06:56:08 pm

Title: OT - Those little webpage icons
Post by: EpF on March 28, 2005, 06:56:08 pm
Anyone know how to use those little web icons as outlined in red below:

(http://www.alluvialplains.com/WebIcon.jpg)

Obviously some clever-clogs in J River knows!  I looked at the source and couldn't find a jpg, gif or ico in the text...  C'mon J River - howja do it?!

Listening to 'Cause=Time' by Broken Social Scene, from 'You Forgot It In People'
Title: Re: OT - Those little webpage icons
Post by: NickM on March 28, 2005, 08:56:16 pm
Just put a 16 x 16 icon file ion your web root directory and call the file "favicon.ico".
No coding needed on the page.

nick
Title: Re: OT - Those little webpage icons
Post by: EpF on March 29, 2005, 07:00:02 pm
Thanks Nick, but when I tried it it didn't work ?
Title: Re: OT - Those little webpage icons
Post by: KingSparta on March 29, 2005, 07:10:51 pm
Thanks Nick, but when I tried it it didn't work ?

what browser are you using?
Title: Re: OT - Those little webpage icons
Post by: UnknownID on March 29, 2005, 07:11:49 pm
I am not sure when this site was last updated, but here is some information:

http://www.favicon.com/

UnknownID


Title: Re: OT - Those little webpage icons
Post by: NickM on March 29, 2005, 07:17:05 pm
I am guessing that although you renamed the file correctly, you didn;t save it as a Windows icon.  Have a look at http://www.thesitewizard.com/archive/favicon.shtml

nick
Title: Re: OT - Those little webpage icons
Post by: EpF on March 29, 2005, 07:37:50 pm
OK, I got it to work! Thanks - I had to use a <link rel="icon" type="image/ico" href="..."> link to get it to show up in the tabs in FireFox (my browser of choice - check it out, if you haven't already...)

 :)