Getting Started Question

I’m trying to use an “include” to put a menu in my page. It shows up fine in Firefox but not IE. Here is the code I’m using and thanks in advance for any help…very new at this.

<?$root = $_SERVER['DOCUMENT_ROOT'];include $root . '/temp1/nav.php';?>

that should be a html problem.

take a look at the html source (in ur browser: rightclick -> view source)

You’re right. It was an issue with a script that centered the page…and odd issue but I just resolved it. Thanks for you reply.

Sponsor our Newsletter | Privacy Policy | Terms of Service