View Single Post
Old 01-08-2008, 02:23 PM   #13
meeko311
Designer
 
meeko311's Avatar
 
Join Date: Jan 2008
Location: Indianapolis
Posts: 23
Default 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
meeko311 is offline   Reply With Quote