Forum Moderators: mack

Message Too Old, No Replies

web site icon in address bar, what is it called and how do I do it?

address bar icon's name

         

OCShooters

12:59 pm on Jul 25, 2003 (gmt 0)



Web site icon in address bar, what is it called and how do I do it?

jbinbpt

1:01 pm on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's called favicon. You need a icon making program. Make the icon and load it into your html directory.

jbinbpt

1:02 pm on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Search on favicon in google.

JamesR

12:23 am on Jul 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



www.favicon.com is the official site

editor_qbp

7:03 pm on Jul 28, 2003 (gmt 0)

10+ Year Member



Actually you can make the icon in any graphics program, then load and resave it in Irfan View.

Ryan8720

4:02 pm on Aug 5, 2003 (gmt 0)

10+ Year Member



You need to add:

<link rel="shortcut icon" href="favicon.ico" />

to the head of your page. Make sure the href is the correct path to the icon.

jdMorgan

4:53 pm on Aug 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And to take care of non-IE browsers as well:

<link rel="shortcut icon" href="images/youricon.ico">
<link rel="icon" href="images/youricon.ico" type="image/ico">

Jim

caNative

11:50 pm on Aug 16, 2003 (gmt 0)

10+ Year Member



Be sure to post the favicon.ico file to the root of your site and not as an external file.