View Full Version : how do i insert a little icon to the left of the url, ...like on this site?
dtrace
07-10-2007, 09:01 PM
You know the little icon that they have on html pages, to the immediate left of the url?
What is that called? And how can I put that in my html pages?
Thanks,
CyanBlue
07-10-2007, 09:04 PM
It's called Favicon and you will learn more from this site...
http://www.favicon.com/
You know this has nothing to do with Flash... Please post it to the right forum... Moving to the HTML/JavaScript forum...
newttyy
07-11-2007, 05:18 PM
The little icon is called "Favicon" and is using a .ico file - is an image format.
To insert it, first, have the file ready and done, then in between your head tags, put this:
<head>
<link rel="shorcut icon" href="http://yourpath.com/youricon.ico">
</head>
saravanan
08-28-2011, 09:03 AM
It is easy to add favicon in html page.
Generate favicon (http://favicon.designscripting.com/) and add it to the webserver.
Then add the link tag as specified in above post.
Also see png to ico convertor (http://favicon.designscripting.com/)
sessi88online
08-29-2011, 05:56 AM
I was searching this topics.At last I got it.It is very helpful to me.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.