Shoutbox

Favicon HTML Code - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Favicon HTML Code (/showthread.php?tid=53103)

Favicon HTML Code by albert on 11-19-2005 at 05:47 PM

okay, well I want to put a favicon on  my site so I did so.. it works.. but only in firefox.. check it out :

[Image: attachment.php?pid=566830]

the site is :

http://www.lp15.com

and here is the code I used:

code:
<LINK href="favicon.ico" rel="shortcut icon">


RE: Favicon HTML Code by ShawnZ on 11-19-2005 at 05:54 PM

It isnt suppose to do that in firefox, hence "favicon" - Favourites Icon. IE is doing it the "proper" way and not showing it.


RE: Favicon HTML Code by albert on 11-19-2005 at 06:06 PM

quote:
Originally posted by ShawnZ
It isnt suppose to do that in firefox, hence "favicon" - Favourites Icon. IE is doing it the "proper" way and not showing it.

Both I.E. and F.F. show it on msghelp.net :S
[and it is not in my favories]
RE: Favicon HTML Code by John Anderton on 11-19-2005 at 06:09 PM

quote:
Originally posted by lp15
quote:
Originally posted by ShawnZ
It isnt suppose to do that in firefox, hence "favicon" - Favourites Icon. IE is doing it the "proper" way and not showing it.

Both I.E. and F.F. show it on msghelp.net :S
[and it is not in my favories]
FF shows the favicon beside the url and it looks awesome ....

favicon = Favorites Icon. So it should show in the favorites in IE but if it isnt then goto another site and come back to yours, refresh a few times ..... it comes up eventually (dunno why but it does :P)
RE: Favicon HTML Code by ShawnZ on 11-19-2005 at 06:12 PM

quote:
Originally posted by lp15
[and it is not in my favories]
I never said it was, I said its only supposed to be shown in the favourites menu. However, firefox just shows it in the address bar aswell.


quote:
Originally posted by lp15
Both I.E. and F.F. show it on msghelp.net
Maybe this site uses http headers to tell the browser the path to the favicon... or maybe IE supports it and I just havent checked recently and you just need to clear your cache or something?
RE: Favicon HTML Code by albert on 11-19-2005 at 06:14 PM

humm.. okay.. but how can I make it show in both I.E. and F.F. ? :S

BTW shawnz, u posted twice..


RE: Favicon HTML Code by hmaster on 11-19-2005 at 06:52 PM

not sure if thisll work but try

code:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
or
code:
<link rel="icon" href="favicon.ico" type="image/x-icon"/>

RE: Favicon HTML Code by albert on 11-19-2005 at 06:59 PM

None of them are working... :S :sad:


RE: Favicon HTML Code by M73A on 11-19-2005 at 10:31 PM

try http://www.webdevelopersjournal.com/articles/favicon.html


http://www.google.co.uk/search?hl=en&q=favicon+ht...oogle+Search&meta=


RE: Favicon HTML Code by albert on 11-19-2005 at 11:38 PM

Tried them all.. Aint working, dunno what Im doing wrong.. :S Always working in F.F. but never in I.E.

[s]WORKS NOW, DUNNO WHY BUT IT DOES, SO WHO CARES![s]

Would you guys be nice enough to confirm plz?

http://www.lp15.com , thx:)

OKAY, NO IT WORKS LIKE.. WHEN IT FEELS LIKE WORKING, THATS IT :@

plz can anyone tell me how to fix this.. i got the same code from like all the google site.. just is not working..

EDIT : it works as a bookmark, when the site is bookmarked, but I want it to appear 24/7, as the msgplus.net site.. :S


RE: Favicon HTML Code by M73A on 11-19-2005 at 11:49 PM

not bookmarked... works here

oh wait thats firefox...

IE it:

doesnt:(


RE: Favicon HTML Code by albert on 11-19-2005 at 11:51 PM

quote:
Originally posted by M73A
not bookmarked... works here

oh wait thats firefox...

IE it:

doesnt:(

can you just confirm me that I.E. shows msgplus's and msghelp's one without being bookmarked?
RE: Favicon HTML Code by Mike on 11-20-2005 at 07:15 AM

Msghelp.net favincon not showing in IE...


RE: RE: Favicon HTML Code by rav0 on 11-20-2005 at 08:11 AM

In Internet Explorer 7 without being bookmarked, a favicon is showing next to the the title in the tab for shoutbox.menthix.net, www.msgplus.net and www.google.com.au. It is showing in the address bar for www.google.com.au but not shoutbox.menthix.net or www.msgplus.net.

In Opera and Firefox shoutbox.menthix.net, www.msgplus.net and www.google.com.au have a favicon displayed next to the title in the tab and in the address bar. shoutbox.menthix.net and www.msgplus.net are not bookmarked, a page at www.google.com.au is bookmarked in Opera.


RE: Favicon HTML Code by Death001 on 11-20-2005 at 02:06 PM

just for the record all you have to do is save the file in your dir/ as favicon.ico and it will automaticly become favicon for that dir/ and all its sub directorys. Internet Explorer should show it but normally its just a bit slower displaying it, if you go to the page enough it will update sooner or later.


RE: Favicon HTML Code by rav0 on 11-21-2005 at 05:21 AM

Just placing the file favicon.ico and not actually referencing it is a really old method, and it isn't for the current directory and all subdirectories, it should be placed in the web root and for the whole domain.


RE: Favicon HTML Code by albert on 11-21-2005 at 05:28 AM

huumm.. well thaks to everybody for their help :)