Page 1 of 1

Why no favicon.ico ?

PostPosted: Sun Jun 10, 2007 2:54 pm
by lordsmurf
Hey kitty, how about adding a FAVICON.ICO to the site? It's that little picture you get on your bookmarks or in the URL line in a browser. It takes minimal code, and you simply need a small image.

You can feed an image here:
http://tools.dynamicdrive.com/favicon/

And then insert this code into the php, in the HTML head area:
Code: Select all
<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"> <link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon">
( more information here: http://en.wikipedia.org/wiki/Favicon )

One of those nice extras you can give a site. :D

PostPosted: Mon Jun 11, 2007 3:03 am
by XoioX2000
Good Idea! :D

We need to sort out the hosting first, but as soon as it's done, we will look into all these nice little additions.

PostPosted: Mon Jun 11, 2007 10:22 am
by Rachel
Hi Lordsmurf, Thanks for the info. It is something I looked into ages ago but to be honest I had forgotten all about.

As David says, we are trying to sort the hosting out at the moment but it is something definitely worth thinking abput in the future. :D