I have a common step of html for navigation that I want to use an include.
<div id="menu">
<?php
require_once("B aseMenu.php");
?>
</div>
It is being included but it's appearance is rotten. You can see what it
looks like at the URL: http://medical.julseth.net/disMP.php
What do I need to do to fix this display problem?
Thanks..
Brue
<div id="menu">
<?php
require_once("B aseMenu.php");
?>
</div>
It is being included but it's appearance is rotten. You can see what it
looks like at the URL: http://medical.julseth.net/disMP.php
What do I need to do to fix this display problem?
Thanks..
Brue
Comment