View Full Version : How do i add a Browser icon ?
Lahoria
05-18-2007, 08:59 PM
How do I add a broswer icon to my forum ? like the "v" for vbulletin you have on this site ???
please explain step by step for me :up:
cheat-master30
05-18-2007, 09:50 PM
You mean a favicon, right?
From W3.org:
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
Replace type with the image type, and replace the example.com part with your domain, and the part after with the image address you want to use. You can use various types, .ico files being the most common, but PNG files and such being supported in some modern browsers.
You can also just place an image called favicon.ico in the directory of your site the forum is in (forum root directory) and browsers will often automatically request it. There is already the vBulletin favicon icon in your forum directory (main) by default, so the best way is just to overwrite it with your own image.
Lahoria
05-19-2007, 03:08 PM
yeah Imean favicon..
you say write:
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
but where do i do that ?
cheat-master30
05-19-2007, 04:48 PM
Between the <head> tags, where you add javascript, linked javascript files, meta information, CSS, linked CSS stylesheets, the page title and various other things.
pixel2528
05-20-2007, 01:48 PM
awesome i also wanted to know how to do this
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.