rejetto forum

how to chainge fav icon???

Guest · 5 · 4206

0 Members and 1 Guest are viewing this topic.

Anonymous

  • Guest
how do you chainge the fav icon (the icon in the adressbar)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
just put a favicon.ico file in your virtual file system
if there is none, HFS supplies the default ne


Offline sigudian

  • Occasional poster
  • *
    • Posts: 21
    • View Profile
not workin for me,

any spesefic folder required (i guess root)
any code required in HTML template,

cuz its not workin for me to just put a fav.ico in the root


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
Quote from: "sigudian"
any spesefic folder required (i guess root)
any code required in HTML template,

cuz its not workin for me to just put a fav.ico in the root
Just put the file in your virtual file system root (and hide it).  It will be automatically detected and used instead of the default.  No html code required.  The filename is favicon.ico not[/b] fav.ico.
maverick


SoKoOLz(not verified)

  • Guest
Hmm, I've got it working....

u need to put ur favicon in the folder first and hide it
then add this line before </head> tag to ur template :

<link rel="shortcut icon" href="/img/favicon.gif">

*img is the name of ur folder.