How to set a favicon on a local webpage?
07.July, 2009
I’m trying to find the tag that is needed to set a favicon on a webpage. However, all the tags I find online refer to webpages uploaded on the web. Mine is not, its just files in my computer. What tag do I need to use to set the favicon?
Pick any of the following sites to create your own Favicon. Just follow the directions for making it and where to put the link tag to use it.
http://tools.dynamicdrive.com/favicon/
http://www.degraeve.com/favicon/
http://www.favicon.co.uk/
http://www.favicon.cc/
Favicon Validator: http://www.html-kit.com/favicon/validator/
Ron
07.July, 2009 um 8:57 am
Goes in the <head> section.
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
References :
07.July, 2009 um 9:12 am
Pick any of the following sites to create your own Favicon. Just follow the directions for making it and where to put the link tag to use it.
http://tools.dynamicdrive.com/favicon/
http://www.degraeve.com/favicon/
http://www.favicon.co.uk/
http://www.favicon.cc/
Favicon Validator: http://www.html-kit.com/favicon/validator/
Ron
References :
07.July, 2009 um 9:53 am
make a picture.. then add it to http://tools.dynamicdrive.com/favicon/
to make an .ico favicon…. or you can get a already made one - your choice.
then take the favicon.ico and place it in a folder also called favicon.ico,
- so you’ll be able to uplaod it to frontpage etc….
then you put in the header
<html>
<head>
<link rel="shortcut icon" href="http://youraddress.com/favicon.ico">
</head>
VOLA … it may take 3/4 days to work though….
References :
me