url icon
- Started
- Last post
- 8 Responses
- kida
i see it a lot with safari , how can i make my own icon appear next to my url in the adress bar
- jpea0
put this code in your page:
then put a file that is named favicon.ico in your root web directory. The file has to be 16x16
- jpea0
LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/my...
make sure to put carat's on the ends
- sp0
That only works in IE, you also need this code:
link rel="icon" href="images/icon.png" type="image/png"
You can use any image type, including icon...
This works for Mozilla, Linux browsers, and Netscape.
- kida0
gracias
- CX0
do you need a special icon program or can you just change a gif to .ico?
- sp0
You have to create them in an Icon Editor.
Iconfactory sells a great add-in for Photoshop that creates Icons.
Or IconForge is a nice app.
If you use Linux, then KDE comes with a nice little Icon Editor - Open-source and free, mind you.
:)
- ribit0
Graphic Converter will save .ico too
- jox0
and MS Paint