Soldato
- Joined
- 2 Jun 2004
- Posts
- 18,423
If I'm right, to make a favicon I just make a 16x16 PNG and then rename it to favicon.ico
Is that correct?
Is that correct?
<link rel="shortcut icon" href="/favicon.ico">
<head>
<link rel="shortcut icon" href="/favicon.ico">
<title>lalala</title>
</head>
<link rel="icon" href="/favicon.png" type="image/png"> or
<link rel="icon" href="/favicon.gif" type="image/gif">
No, you need to actually save in ICO format. Here's a link to a PS plugin that will let you do itThanks, but my question is more about creating the actual favicon file. Will simply renaming a PNG be ok?