Url thumb nail pics

uchenna0

New Member
Messages
26
Reaction score
0
Points
0
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
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
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:

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
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.
 
Top