PDA

View Full Version : Inserting an icon to a webpage (fishfreek)


DeMoN
03-09-2004, 10:26 PM
I dont know how to call it, but I have seen many pages that when you are browsing them, an icon appears on the address bar, or if you bookmark them, their icon appears in the favorites list.

If you use mozilla browser, you will see these icons in the address bar.

Jabbasworld, for example, has a black and white fish icon. How do I put this on my webpage? How do I set an icon to it? Thanks in advanced for the help.

wahhaj
03-09-2004, 11:14 PM
you need to make an .ico (icon) file, you can get programs to convert bmp to ico files :)
it should be 16x16 pixels and all you need to do is name it favicon.ico and drop it in the root folder of your website (with the index page), IE and other browsers will then find it and display it in the address bar and also in your favourites list if you save that page link :)

DeMoN
03-09-2004, 11:30 PM
thanx Dan, I used google. Silly me asking without trying to find by myself :oops:

http://forums.devshed.com/t75171/s.html

found the info there. You also need to ad a line on the <head> part.

crazidude
03-10-2004, 03:21 AM
OoO I always wanted to know how to do this. Thanks for the info ppl. Heh I gotta try this out later.

tissetrolden
03-10-2004, 06:49 AM
found the info there. You also need to ad a line on the <head> part.

hmm.. I have it working on my site without the line in the <head> section :P