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">
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.