Hi folks, please on most site url or address bar, there is always a small pic of their logo that appears on the left side of the address bar. How do you do this, cos i need it on my site to also make it to look unique. Thanks
Hi folks, please on most site url or address bar, there is always a small pic of their logo that appears on the left side of the address bar. How do you do this, cos i need it on my site to also make it to look unique. Thanks
It's called a favicon. Either create a small (64*64) version of your logo or use something like this. Then upload it to your site's public_html directory and add this to your pages <head> section:
<link rel="icon" href="/path/to/icon.png" type="image/png">
Last edited by lemon-tree; 04-28-2010 at 09:07 AM.
If you make the image 16x16 pixels and save it with the name "favicon.ico" to your server's HTML root directory (you may need special software to convert or create the file), you don't need to add a <link> tag.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)