Why no favicon.ico ?
PostPosted: Sun Jun 10, 2007 2:54 pm
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:
One of those nice extras you can give a site.
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">
One of those nice extras you can give a site.