Tuesday, January 9, 2007

Favicon

I remember the last time I tried to set one of things. It required putting the favicon.ico file in a specific place within the web server configuration files. Today I found a Wikipedia article that described how to easily get it working today.

I searched for "favicon generator" in google.com and choose one faviconprime.com from the list of many and in seconds I had a favicon from my company logo.

I added the following to all of my Attentive 2 Design HTML files in the <head> section:

<link rel="shortcut icon" href="http://www.attentive2design.com/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.attentive2design.com/images/favicon.ico" type="image/x-icon">

I verified that using this technique the Attentive 2 Design icon now works for Safari (mac), Firefox (mac & window), IE 7

No comments: