Favicon

bagger

New member
Joined
Aug 19, 2010
Messages
1
i want to add my logo in the text bar were did you write the web site, in what folder i need to upload the file??, help please!!!
 
just a few steps...

create the icon you want to use, make it simple because at 16 to 20 pixels there is not a lot of stuff that can be seen.
name it favicon.ico and upload it to your public.html or www folder
Most browsers will show upon refresh.... IE may never show!
 
and add this to every page
Code:
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
then it'll sure to be displayed
 
Actually, you can create it from any size image. Just go to this web site [www dot favicon dot cc] upload your image and it will generate the right size for you. And the <LINK REL="SHORTCUT ICON" HREF="favicon.ico"> can only be placed in the header right before the </head> this way it will automatically appear on all your pages.
 
Back
Top