| View previous topic :: View next topic |
| Author |
Message |
Celes
Joined: 20 Dec 2003 Posts: 985 Location: MA
|
Posted: Wed 2nd Jan 9:35 pm Post subject: Firefox URL Icons |
|
|
| Something I've been wondering about is how you program those small icons that appear next to a URL or webpage title in Firefox. For example, SG has little pink hearts. Is it HTML? CSS? Something else?
|
|
| Back to top |
|
 |
jakerockwell
Joined: 12 Aug 2003 Posts: 356 Location: Amsterdam, The Netherlands
|
Posted: Thu 3rd Jan 3:18 am Post subject: Re: Firefox URL Icons |
|
|
The icon in the url bar is called a favicon. There are various ways to display them on your website. One way is to put the icon in the root directory of your website. Another way is to include the following html code on all your web pages:
| Code: | | <link rel="shortcut icon" href="http://www.sailor-games.com/favicon.ico"> |
For more info see http://en.wikipedia.org/wiki/Favicon
_________________ Dare to be stupid
|
|
| Back to top |
|
 |
Celes
Joined: 20 Dec 2003 Posts: 985 Location: MA
|
Posted: Thu 3rd Jan 3:00 pm Post subject: Re: Firefox URL Icons |
|
|
| Ah, thanks.
|
|
| Back to top |
|
 |
|