OK, I have managed to get myself to the stage you can see in the attached, where I have a background, a header and a footer, with the following code:
<?php
/*********************************************************************
termsandconditions.php
Helpdesk "Terms & Conditions of Use" page
**********************************************************************/
require('client.inc.php');
require(CLIENTINC_DIR.'header.inc.php');
require(CLIENTINC_DIR.'footer.inc.php');
?>
The problem is that I would now like to add the Ts & Cs, but if I add anything at all to the page, or leave anything out, I get the white screen of death when the page refreshes.
Could somebody point me in the right direction please?
How do I add my Ts & Cs to the page?
Terence.
