Forum Moderators: phranque

Message Too Old, No Replies

how saving URL generates icon in favorites?

for ex: webmasterworld does!

         

henry0

11:32 am on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How does one create and generate an icon that goes along with saving URL in my favorites (IE) for ex:
like the one generated by saving WebmasterWorld's one?

regards

Henry

MonkeeSage

11:36 am on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The the <head> of the page:

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

^^ Works in IE and Mozilla, call the icon file whatever you like, doesn't have to be "siteicon.ico"

Jordan

henry0

11:41 am on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



easy enough when you know where to look at :)
thanks for sharing

Henry

ShawnR

2:01 pm on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure about Mozilla, but for IE at least, another option is to just name the icon file favicon.ico in the same directory as the html page. The <link rel="shortcut icon" href="siteicon.ico"/> tag just changes the default 'favicon.ico' to some other path/name.

Note that the webserver needs to support .ico files.

Search for 'favicon' for more details.

[added: Who-ho, look at me! I just got me a little star on my shoulder, and I get to be called 'senior'! :)

henry0

2:26 pm on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Congrat MR Senior

Henry