picture by the address, in the address bar...

-Paul-

Fully Optimized
Messages
2,242
ok so i have a site (that i will tell you about when i finish...) and i was wondering how to change the picture inside of the address bar, to the left of "http://" for instance, CF has the little vBulletin logo...
 
It's called a favicon, I can tell you that much ha, try googling, "How to make favicon" or something along those lines
 
rights, its quite easy, all you do is in your home directory save the little picture (32x32)(you have to make it little) as favicon.ico.

Put this in the header of your html code:
Code:
<LINK REL="favicon" HREF="http://www.mydomain.com/favicon.ico">
 
Back
Top Bottom