How do I get that little logo in the address bar on my website?
-
How do I get that little logo in the address bar on my website? The one now is the green speech bubble with the white star in it. Is there a html code for it? thanks -finn
-
Answer:
The "little logo" in the address bar is called a favicon. If you have a regular site built with html pages all you will have to do is place it in the root directory (where your index.html is) and the web server will do the rest. If you have a content management system like joomla it gets a bit different... I you like I can help you. When it comes to getting the logo all you need to do is use a free service like the ones listed below and it is generated automatically. Like I said before if you need help I am willing to assist. just email me at [email protected]
finn at Yahoo! Answers Visit the source
Other answers
A favicon (short for 'favorites icon'), also known as a website icon, a page icon or an urlicon, is an icon associated with a particular website or webpage. A web designer can create such an icon, and many recent web browsers can then make use of them. Browsers that support favicons may display them in the browser's URL bar, next to the site's name in lists of bookmarks, and next to the page's title in a tabbed document interface. It had been suggested that both of the following HTML lines should be included in your <head> section: <link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"> <link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"> Generate your .ICO here: http://www.htmlkit.com/services/favicon/ Use the appropriate resolution and color depth. ICO: include multiple resolutions (the most commonly used being 16×16 and 32×32, with 64×64 and 128×128 sometimes used by Mac OS X) and bit-depths (most common being 4, 8, 24 bpp—i.e. 16, 256 and 16 million colors) in the file. GIF: use 16×16 in 256 colors. PNG: use 16×16 in either 256 colors or 24-bit. Note: favicon.ico when located in the document root directory, will also be found by some browsers that do not process the link elements, even if it is not linked from anywhere on your site.
mza
That is called a favicon. These two articles tell you how to do it - http://www.small-business-software.net/online-business-resources.htm What is a Favicon - http://www.developer-resource.com/what-is-a-favicon.htm Goodluck
emmasnw
Yah, first you need to make a .ico image file (there are some image converters out there). Then do add this between the <head> and </head> elements. <link rel="shortcut icon" href="[url to your image]"> where the "href" refers to the path of your image file.
Kamran
It's called a "favicon". Here's a site to get a free one (this is where I generated mine from as well): http://www.freefavicon.com/
Entfusion
Related Q & A:
- How can I get the IP address of the person through his email address?Best solution by Yahoo! Answers
- How do i get a little cartoon pic on my profile like everyone else does?Best solution by answers.yahoo.com
- How do I get rid of addresses on my address bar?Best solution by Yahoo! Answers
- How do I get my task-bar buttons on my task-bar again?Best solution by Yahoo! Answers
- How do i get rid of this little burn mark?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.