-
Need to make a Favicon?
Date: Mar 8, 2009 | Categories: Html | Written By: Mike Ballan
Well if like me you love favicon’s but just find it a hard task making them all you need to do is visit Dynamic Drive.com for a very cool and easy way of making favicon’s.
![]()
All you’ll need to do before you go to the site is make a 16px x 16px PNG or GIF (like ours above) which reflects your websites design and once your happy with it all you need to do next is upload it to Dynamic Drive and it will convert it to a .ico file which you can download and add to your site.
And for those that don’t know what code to use to get a favicon all you need to do is include the code below into the header section of your site just before the end of the head tag and there you go you should have a favicon on your website..!
<link rel="shortcut icon" href="favicon.ico" />
