Add banner to hesk?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
th3tech
Posts: 5
Joined: Wed Apr 22, 2009 1:43 pm

Add banner to hesk?

Post 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.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
th3tech
Posts: 5
Joined: Wed Apr 22, 2009 1:43 pm

Post 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 :P "no, I will no fix your computer"

Thanks again, I will try that.
Post Reply