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
how to wrap hesk in a container div
Moderator: mkoch227
Re: how to wrap hesk in a container div
Open your style file (hesk_style_23.css) in Notepad then find line By modifying this line you control the overall width of HESK.
Code: Select all
width: 770px;
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
Re: how to wrap hesk in a container div
Hi this is having to do with the width - except I was asking about a div contianer that I could add'Klemen wrote:Open your style file (hesk_style_23.css) in Notepad then find lineBy modifying this line you control the overall width of HESK.Code: Select all
width: 770px;
Thanks
Re: how to wrap hesk in a container div
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>
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 
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