Page 1 of 1
Add banner to hesk?
Posted: Wed Apr 22, 2009 1:53 pm
by th3tech
Hello, I like the software, but I would like to ad a banner/logo to hesk main page. I'm not exactly sure on how to do this, I do not have much experience with code. Can some one point me in the right direction? Which file to edit, sample code? Thanks.
Serg.
Posted: Wed Apr 22, 2009 2:24 pm
by Klemen
You can paste any HTML code into the header.txt file and it will show above (before) the Hesk output. Similarly any HTML code added in the footer.txt will show after (below) Hesk.
So you could add something like this into the hader.txt:
Code: Select all
<div align="center"><img src="http://www.yourdomain.com/image.gif" widht="100" height="100" alt="My logo" /></div>
Change the URL of the image, width and height (in pixel) and alt text and it should work.
The purpose of this forum is not to teach HTML so please check HTML tutorials for further help with HTML code.
Posted: Wed Apr 22, 2009 3:08 pm
by th3tech
I thank you for the quick reply, I can do html, sweet no problem

I wasn't sure which file or where. Software works great!, I use it with my family, they always buggin me

"no, I will no fix your computer"
Thanks again, I will try that.