View previous topic :: View next topic |
Was this tutorial helpful? |
Yes |
|
66% |
[ 4 ] |
No |
|
33% |
[ 2 ] |
It didn't work |
|
0% |
[ 0 ] |
|
Total Votes : 6 |
|
Author |
Message |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Mar 29, 2005 9:03 pm Post subject: Adding A Favourite Icon to your website link |
|
|
After noticing a post about firefox looking for a file called favicon.ico every time you refresh a page, I decided to write this tutorial so people would know how to put the favourite icon on their page when someone saves the link in their bookmarks or favourites list.
First you need to make a file called "favicon.ico". I think you can do it in paint.
Make it 16 x 16 pixels in size and save it as a 16 color bitmap file.
Rename the file to favicon.ico and put it into the root of your server, (By root I mean htdocs or your specified folder)
Thats it!
Save your website into your bookmarks or favourites list and the icon should appear.
At the moment I am using the one from the Abyss console folder, it works nicely! _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
|
mcwilliams132 -
Joined: 27 Jul 2003 Posts: 167 Location: Oshkosh, WI
|
Posted: Wed Mar 30, 2005 8:18 pm Post subject: Re: Adding A Favourite Icon to your website link |
|
|
The Inquisitor wrote: | After noticing a post about firefox looking for a file called favicon.ico every time you refresh a page, I decided to write this tutorial so people would know how to put the favourite icon on their page when someone saves the link in their bookmarks or favourites list.
First you need to make a file called "favicon.ico". I think you can do it in paint.
Make it 16 x 16 pixels in size and save it as a 16 color bitmap file.
Rename the file to favicon.ico and put it into the root of your server, (By root I mean htdocs or your specified folder)
Thats it!
Save your website into your bookmarks or favourites list and the icon should appear.
At the moment I am using the one from the Abyss console folder, it works nicely! |
To be helpful to all browsers you may want to create a link to the favorite icon in the <head> section of your document such as:
<link href="http://www.yourwebsite.com/images/shortcut_icon.ico" rel="Shortcut Icon" /> _________________ ::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!" |
|
Back to top |
|
|
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Mar 31, 2005 3:35 pm Post subject: |
|
|
Yeah, sorry, forgot to mention that! _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
|
atariman New User
Joined: 12 May 2006 Posts: 0
|
|
Back to top |
|
|
|