rejetto forum
Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: Nick on April 14, 2010, 05:29:39 PM
-
Using the RAWR template - everything looks fantastic, I'm sure this is super easy, but when I log into my site the top says "HTTP File Server" is there anyway I can change that text - also can I change the image of the hand holding the globe. Fairly simple changes, but everything else is practically perfect! Thanks for the awesome software. Currently running 2.3 beta, build 260
-
this is the best way that comes to my mind:
right click on the root/home > properties > diff template
and put this text
[+ ]
<style>
#header div { background:none; }
</style>
-
You can also use something like that to change the image to something you want.
If you mean the title value on the window, find the <title> markup and change it. It may also be a language variable (change it in the language file) I don't really remember.
-
IF I HAVE ANOTHER BANNER,WHERE SHOULD I EDIT THE CODING??
I KIND TRY NEW STUFF HERE,SO I DON'T KNOW MUCH ABOUT THIS HFS.
THANK FOR HELPING ME. :)
-
maybe it's easier if you replace the banner file itself, without coding
-
Its very simple. Go to Menu>HTML Template>Edit:
Look for the line:
<title>{.!lv_title.} - {.!lv_home.}%folder%</title>
and change {.!lv_title.}
if you still want to keep the folder part and just have the Server Header renamed.
So if you changed it to <title>My Personal Web Server - {.!lv_home.}%folder%</title>
it will show
My Personal Web Server - Home/
Is that the result you're looking for?