Easy way to put a favicon gif on your forum

PePiTo

New Member
this process override your actual favicon

tested on vBulletin Version 3.7.3 by me It Works!!!
icon10jy8.gif

First you need to create your favicon gif
then you need to generate favicon .ico go here
Code:
http://www.html-kit.com/favicon/
Click on Animate Favicon (check mark) Scrolling Text (optional)
put wherever name/letters you want to scroll (show on you forum)
click Generate Favicon.ICO
end then download favicon
un zip file ther is a favicon .ico plus an extra folder that folder contain the gif favicon (animated_favicon1)
now go to this page to upload your favicon .ico & .gif files
Code:
http://pmsc.free.fr/gb/
ther you need to upload your .ico and your .gif file
put this code on top of your header
Styles & Templates/Style Manager

Code:
 <link rel="shortcut icon" type="image/gif" href="[color=Blue]http://pmsc.free.fr/gb/C/08917215258.ico[/color]">
<link rel="icon" type="image/gif" href="[color=Red]http://pmsc.free.fr/gb/I/08917214932.gif[/color]">

replace blue with your link from pmsc (.ICO)
replace red with your link from pmsc (.Gif )

08917225008qe4.gif

you r finish
icon10jy8.gif
 
Back
Top