Status
Not open for further replies.

pankaj0010

Active Member
154
2011
0
0
Hey, I have created a favicon and uploaded it on my root directory (public_html) with the file name "favicon.ico". All I need to know now is that what code must I add and where so that it is displayed in each of my forum page. Please reply below with the code and where to add it. Thank You.

WarezAct.com
 
3 comments
Go to your vbulletin Style Manager > All Styles & Options > and put the following snippet in the headinclude box.


Code:
<link rel="SHORTCUT ICON" type="image/x-icon" href="http://www.[B]yoursite.com/path/to/favicon.ico[/B]" />
do not forget to change that to ur site yoursite.com/path/to/favicon.ico
 
Status
Not open for further replies.
Back
Top