answersLogoWhite

0


Best Answer

To add a favicon to your site, you first must create image. You will need Windows Icon (ICO) file format Photoshop Plugin. You can download here: http://www.telegraphics.com.au/sw

You can resize image to 16x16; if logo does not show up good that size, increase to 64x64pixels. Once you have created image, save as favicon.ico

When adding to website, you must place favicon into the root of the site. (will be on same level as index page).

Open index page and add this line of code: <link rel="Shortcut Icon" href="/favicon.ico">

Add to all pages in website you want favicon to appear.

If above code does not work, try: <link rel="icon" href="/favicon.ico" type="image/x-icon">

It may take up to 48 hours for favicon to appear.

-Lauren

www.dcwebdesigners.com

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put a favicon on your website?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you change a website favicon?

If you are talking about your own website then you need to download favicon and make a design then publish it to your website. That is called a favicon.


How do you get one of those little icons on my website URL using iWeb?

You need to download a program called Favicon (search it on google) then design your icon and then favicon will give you a code which you put in the &lt;head&gt; on the code you want it to appear on.


What is the name of the logo beside the website address?

favicon


What is the use of favicon in blogger?

Favicon refers to the small image which is normally 16 x 16 or 32 x 32 pixels and is helpful for the user to recognize your website when he saves your website in his bookmarks, and it appear against the name of your website. It also appears against your website title when a user opens your website in his browser. Inserting a favicon image in Blogger that is relevant to your website content helps the user in recognizing your website and for easy access.


What is the purpose of adding favicon ico to a website?

Favicon icons add a personalized touch to a website. It can make a recognizable symbol that can help it gain popularity. Many websites use icons like these to stand out.


How do you put a favicon on dreamweaver cs3?

To add a favicon to your site: * Go To: http://www.html-kit.com/favicon/gallery/ * Upload your picture, in the first box. * Click 'Generate Favicon.ico' * Insert this code into the tags of every page: * Upload the favicon to the same directory as your pages. Hope this helps!


Which browsers are supported by the Favicon GIF generator website?

There are actually multiple websites where you can create Favicon GIF images, and most browsers are supported. They are more likely to support Microsoft browsers.


How do you design a favicon?

You can either download the Favicon maker or go to an online generator (just type in favicon generator in a search engine). Then upload it to your site as .fav and then link it with CSS


What is a Favicon?

Look, on the top right of the web addresses, there is an image, right there, next to the URL address. That is a favicon. How to get one? Go to http://www.html-kit.com/favicon, and you will be able to get one. It's likely short for "Favourite Icon" but shortened to FavIcon to save time.


When you make a website how do you put a picture in front of the URL?

The small icon before a URL is called "favicon". You need to create an image in the right size an put a line of code on each page you want it to be recognized with. Search the web for more detailed information on how to do it.


How big does a favicon have to be?

16x16 or 32x32


How do you add a favicon to my wordpress site?

Create a faviconupload it to the root of your hosting server (most probably publichtml)add the following code to header.php in the root of the hosting server You are done and now the favicon should show up whenever you access your website using a browser that supports favicons.