|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 16, 2004 5:04 pm
Custom icon in Internet Explorer |
This is a really low priority, but I've noticed when you go to sites like Google, there is a custom icon that comes up in Internet Explorer for it (A blue G). Can anyone point me to a link on how to do that? It would be cool to have a zMUD "Z" for this site. Thanks.
|
|
|
|
darmir Sorcerer
Joined: 10 Oct 2000 Posts: 706 Location: USA
|
Posted: Fri Jul 16, 2004 5:25 pm |
You put the *.ico file into your parent directory.
|
|
_________________ Run as hard as a wild beast if you will, but you won't get any reward greater than that destined for you.
Source: (Egyptian) |
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 16, 2004 5:43 pm |
Heh, that was easy
|
|
|
|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Fri Jul 16, 2004 7:04 pm |
make sure you toss a copy into the root folder of the emobius site (unless you want a different icon for that site)
|
|
|
|
IceChild Magician
Joined: 11 Oct 2000 Posts: 419 Location: Post Falls, ID, USA
|
Posted: Sat Jul 17, 2004 9:10 pm |
My personal preference for creating them is to go to a site like:
http://www.chami.com/html-kit/services/favicon/
That site allows you to upload any picture, and it'll create a favicon.ico for you out of it. Pretty straight forward, and easy to use. Most *nix servers default to favicon.ico for the filename, though you can easily specify one using:
Code: |
<link rel="shortcut icon" href="http://www.mydomain.com/myicon.ico" /> |
Just thought I'd give out that generator link, might make things easier for you. |
|
_________________ Icechild
Coder of Arthanox
WinXP-SP2 | zMUD 7.05 | zMapper 1.22 | zApp 1.04
|
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Sat Jul 17, 2004 9:19 pm |
IceChild wrote: |
My personal preference for creating them is to go to a site like:
http://www.chami.com/html-kit/services/favicon/
That site allows you to upload any picture, and it'll create a favicon.ico for you out of it. Pretty straight forward, and easy to use. Most *nix servers default to favicon.ico for the filename, though you can easily specify one using:
Code: |
<link rel="shortcut icon" href="http://www.mydomain.com/myicon.ico" /> |
Just thought I'd give out that generator link, might make things easier for you. |
I think it is the browser that looks for favicon.ico and not the server. The .ico file is only looked after when/if the site is bookmarked as well. Like right now I don't get the special icon in IE as I recently cleared the temporary internet files. If I do ctrl+d the icon appears. |
|
|
|
IceChild Magician
Joined: 11 Oct 2000 Posts: 419 Location: Post Falls, ID, USA
|
Posted: Sat Jul 17, 2004 9:45 pm |
Rorso wrote: |
I think it is the browser that looks for favicon.ico and not the server. The .ico file is only looked after when/if the site is bookmarked as well. Like right now I don't get the special icon in IE as I recently cleared the temporary internet files. If I do ctrl+d the icon appears. |
Ey, sorry, you're very correct on that. I was having a "quick" moment when I made that previous post. It is infact the browser which searches for it, and I do believe favicon.ico is the default for searching should another not be specified within the code. |
|
_________________ Icechild
Coder of Arthanox
WinXP-SP2 | zMUD 7.05 | zMapper 1.22 | zApp 1.04
|
|
|
|
darmir Sorcerer
Joined: 10 Oct 2000 Posts: 706 Location: USA
|
Posted: Thu Jul 22, 2004 5:58 pm |
I am not sure if everyone was clear on this, just to let everyone know. You don't need to put the following code on your page.
Code: |
<link rel="shortcut icon" href="http://www.mydomain.com/myicon.ico" /> |
If you don't want to put the above code on every page, all you need to do is put the icon in your root directory. The icon also has to be named favicon.ico.
If you want to use a different name or directory location you then need to put the above code on you pages. |
|
_________________ Run as hard as a wild beast if you will, but you won't get any reward greater than that destined for you.
Source: (Egyptian) |
|
|
|
|
|