Favicon.ico Code
Also another bit of code that you could ad with the... <link rel="shortcut icon" href="favicon.ico" />... would be this....
<link rel="shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://www.yourwebsite.com/favicon.ico" type="image/x-icon" />
...this will sometimes help your browser or your viewers browser to read the favicon.ico file a little better. I've had problems in the past with different browsers when I just used the...<link rel="shortcut icon" href="favicon.ico" />...code.
Hope this helps a little.
-CM
|