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.
Add banner to hesk?
Moderator: mkoch227
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:
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.
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>
The purpose of this forum is not to teach HTML so please check HTML tutorials for further help with HTML code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools