rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Anonymous on March 29, 2006, 03:58:47 PM
-
how do you chainge the fav icon (the icon in the adressbar)
-
just put a favicon.ico file in your virtual file system
if there is none, HFS supplies the default ne
-
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
-
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.
-
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.