Hi
I have a website that I started make (layout) changes to.
My current problems are in displaying a Menu and a Contact Page.
The Menu is part of the Header.inc file.
Code is …
Index.php
<div id="header" >
<?php include("includes/pbHeader_inc.php"); ?>
</div>
and
<div id="contactForm">
<?php include 'includes/Contact_Display.txt'; ?>
</div>
<br /> <br />
I can send the actual files if required.
Can anyone explain why the pages are not displaying ?
cheers
Bob Sharp