graphic in url

justmeron

Power Member
Joined
Sep 16, 2007
Messages
652
Reaction score
412
Im sure someone knows this. Just curious how do you get the little graphic before your url in the explorer address bar? I'm guessing a code in the head ot the page does it.
 
do you mean the flavicon?
You can Google it on how to do it.
 
Code:
<link rel="shortcut icon" type="image/ico" href="http://yourdomain.com/favicon.ico">

The favicon must reside at the root i believe and be called favicon.ico You do need a favicon creator to create the icon for you as well.
 
thanks guys, I never even knew what it was called to google. I just knew it was an icon or logo. Now I can google it and learn about it. Again, thanks,
 
Thanks for the favicon creator I will give it a shot.
 
Back
Top