Forum Moderators: mack
First I create a square graphic file of some kind in my antique Corel Photo-Paint 7. In many cases it is just a matter of cutting a square out of an existing picture. Most of my icons are closely related to my logos.
Then I use irfanview to resize the graphic to 16*16 pixels and decrease the colour depth to 16 colours. If it looks alright I save it as an .ico file at once. If it looks a bit wrong I save it as a .bmp, open it in Photo-Paint, zoom into 1600% and edit it.
I generally have LOTS of windows opened in Opera 7, including some of my own. Then an icon is really a VERY big advantage.
I have made lots of icons without having a specific program for that purpose.
If your server (or your own system) has NetPBM installed, it's a cinch to do it from shell:
ppmtowinicon -output favicon.ico <inputfile.pnm> giftopnm <inputfile.gif> ¦ ppmtowinicon -output favicon.ico
pngtopnm <inputfile.png> ¦ ppmtowinicon -output favicon.ico <link rel="SHORTCUT ICON" href="http://www.mydomain.com/favicon.ico" /> This method (afaik) originally came from ht*p://www.mavetju.org/unix/favicon.php
-B
I administer a website for a department within our company.
Therefor, my index.html is in a subdirectory of the root.
In the past I just put my favicon.ico in that subdirectory and everything worked great.
Then one day the administrator of the root decided to make a favicon.ico for the root site. BAM! now all my pages have his favicon.
Is there a way for my to force my icon on my pages?