Can someone here please tell me the correct code to link a favicon? I have noticed four ways to do it and they all seem to work some of the time:
1. <link rel="icon" href="Favicon.ico">
2. <link rel="icon" href="Favicon.ico" type="image/x-icon">
What is the need for type="image/x-icon" at the end?
3. <link rel="icon" href="Favicon.ico" type="image/x-icon" />
Why the space and the forward slash at the end?
4. <link rel="icon" href="Favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />
Two lines of code. What does the top line accomplish?
Many thanks,
Ken
favicon code questions
Started by kenyo, Jan 02 2005 10:26 AM
2 replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
