inherit
47722
0
Aug 12, 2011 14:39:06 GMT -8
pauvre
13
June 2005
pauvre
|
Post by pauvre on Aug 17, 2005 5:46:50 GMT -8
Hello there. I would like to add a Favorites Icon, or Bookmark Icon (favicon) to my boards. This is the small 16x16 icon that appears in the address bar and next to the title when you add the page to your favorites.
I have seen the code to do this for a typical webpage.
Does it work on proboards?
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
Post by Bradley on Aug 17, 2005 15:54:32 GMT -8
Hello there. I would like to add a Favorites Icon, or Bookmark Icon (favicon) to my boards. This is the small 16x16 icon that appears in the address bar and next to the title when you add the page to your favorites. I have seen the code to do this for a typical webpage. Does it work on proboards? It's the same code. I believe it's this: <link rel="Shortcut Icon" href="URL"/>
|
|
inherit
47722
0
Aug 12, 2011 14:39:06 GMT -8
pauvre
13
June 2005
pauvre
|
Post by pauvre on Aug 18, 2005 9:10:39 GMT -8
Yes, that is the code. I ended up using a 16x16 gif for the favicon. I used a unique file name, and it seems to work...
I put the code in my Global Header. When I first open the page, the favicon works! But whenever I enter one of the boards, it goes back to a blank icon. Does anyone know of a way to make it more consistent?
|
|
inherit
5116
0
Jun 1, 2012 11:13:33 GMT -8
Ben Woodruff
23,954
August 2002
bwoodruff
|
Post by Ben Woodruff on Aug 18, 2005 19:18:26 GMT -8
IE does not fully support favicons.
Neither is it a good idea to use a GIF for one, as they are supposed to be icon (.ico) files.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 21, 2005 21:57:22 GMT -8
IE uses fav icons for their namesake, an icon to be used in the favorites list, and nothing else. Favicons were never meant to be displayed in the address bar beside the URL, that's just something a few other browsers decided to throw in, kind of like the way IE handles ALT text for images.
|
|