QUOTE(krap @ Mar 17 2005, 02:37 PM)
thanks for the fast reply.

do you know what program to use to make the .ico files or even better an online one where you upload and convert?
thanks
The small image next to the address is called a favicon.
You don't have to download a program or anything to convert your images to a favicon. You can use an online tool by html-kit at
http://html-kit.org. All you have to do is look for an image from your hard drive, and press Generate FavIcon.ico. Then, you can download the generate .ico file in a zip, and use it in your website!
Here's the website of the online tool that I was referring to ^:
http://www.html-kit.com/e/favicon.cgi.
Also, to put the favicon in your browser, insert the following HTML code between the
CODE
<head>
tags:
CODE
<link rel="icon" href="swirl2.ico" type="image/x-icon">
<link rel="shortcut icon" href="swirl2.ico" type="image/x-icon">
katif mentioned
QUOTE
CODE
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
, but I added a third argument: the type. Also, putting two in your webpage will increase your chances of the favicon showing in older browsers.
Reply