how to wrap hesk in a container div

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
DANMAC
Posts: 5
Joined: Sun Dec 25, 2011 7:09 am

how to wrap hesk in a container div

Post by DANMAC »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I'm trying to wrap hesk in a container div but don't seem to be able to make it work - div tag start inthe header.txt and than I have a closing div tag in the footer. this is not working so how can I do this?
also looked in the footer.inc.php but I am unclear what to do here - the header.inc.php seems to be easyier to understand but not the footer.inc.php as it PHP and license code inside, i do not understand PHP.

how would i go about this? are there any examples?

Thank you
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: how to wrap hesk in a container div

Post by Klemen »

Open your style file (hesk_style_23.css) in Notepad then find line

Code: Select all

width: 770px;
By modifying this line you control the overall width of HESK.
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
DANMAC
Posts: 5
Joined: Sun Dec 25, 2011 7:09 am

Re: how to wrap hesk in a container div

Post by DANMAC »

Klemen wrote:Open your style file (hesk_style_23.css) in Notepad then find line

Code: Select all

width: 770px;
By modifying this line you control the overall width of HESK.
Hi this is having to do with the width - except I was asking about a div contianer that I could add'

Thanks
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: how to wrap hesk in a container div

Post by Klemen »

In this case you would use header.txt and footer.txt files.

Add opening <div> in header.txt and the closing </div> into footer.txt - this will start div just after <body> and end it just before </body>
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
Post Reply