Page 1 of 1

how to wrap hesk in a container div

Posted: Sun Dec 25, 2011 7:32 am
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

Re: how to wrap hesk in a container div

Posted: Mon Dec 26, 2011 9:17 am
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.

Re: how to wrap hesk in a container div

Posted: Tue Dec 27, 2011 7:27 am
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

Re: how to wrap hesk in a container div

Posted: Tue Dec 27, 2011 2:11 pm
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>