Click to See Complete Forum and Search --> : Little logo! (at the left of the web address)
setmybabyfree
08-08-2006, 06:46 AM
I'm using safari as my browser, and I've noticed that on most websites there are little company logos to the left of the web addresses. The Webdeveloper.com is tiny yellow square with black text. Does any body know how to apply these little logos to your own website?
Thanks.
the tree
08-08-2006, 06:51 AM
It is called a FAVICON or more formally a SHORTCUT ICON. Create a 16x16 image in .ico format. Save it as favicon.ico and put it in your web root directory. (optional) to make sure that every browser manages to find it, put the following into your HEAD element.<link rel="SHORTCUT ICON" href="/favicon.ico">With a trailing slash if you're using xHTML.Most browsers will look for the file without needing a hint from the markup, if you look at your logs then I suspect you will already have a lot of 404s for where your favicon.ico file would be.
setmybabyfree
08-08-2006, 07:01 AM
Thanks for that "tree",
I'll have a go, but what software do i need to create a "favicon.ico"?
Could I create one in photoshop and just type ".ico" as the extension?
Thanks.
the tree
08-08-2006, 08:29 AM
I don't use Photoshop, but apparently a plugin is needed to create .ico files, this tutorial has more to say (http://www.photoshopsupport.com/tutorials/jennifer/favicon.html).
setmybabyfree
08-08-2006, 08:31 AM
Thanks man.
knowj
08-08-2006, 11:19 AM
use photoshop and copy into paint or a like product.
its all i did worked well enough
I use this online one
http://www.htmlkit.com/services/favicon/
WebJoel
08-09-2006, 11:36 AM
Thanks for that "tree",
I'll have a go, but what software do i need to create a "favicon.ico"?
Could I create one in photoshop and just type ".ico" as the extension?
Thanks.
http://tools.dynamicdrive.com/favicon/
Fast. Easy. Free.
enjoy!