MyBB Community Forums

Full Version: how to give a browser tag website logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to give a browser tag website logo. like this...

screenshot.....
[Image: zn506s.jpg]

plz tell me how to do it?
http://tools.dynamicdrive.com/favicon/

Create one here and upload it to your root folder.
(2009-07-19, 06:50 PM)MattRogowski Wrote: [ -> ]http://tools.dynamicdrive.com/favicon/

Create one here and upload it to your root folder.

plz tell me the specific path. Where I have to uplode the logo?
That is the path, your file root. Basically where index.php, online.php, member.php etc is.
(2009-07-19, 06:53 PM)tech2game Wrote: [ -> ]plz tell me the specific path. Where I have to uplode the logo?

Upload favicon.ico in to your root folder.
Go in ACP -> Templates -> Your Themes Templates -> Ungrouped Templates -> headerinclude and put this code on the end of code:
<link href="http://www.yoursite.com/favicon.ico" rel="shortcut icon" />