simon551
IS-IT--Management
- May 4, 2005
- 249
Hi, I can't understand why this markup is making my page stop functioning. If I take it out, my javascript will fire, but if I leave it in, nothing. All I can think is that there is something wrong with my notation, but can't tell, seems normal to me...
I'm using dreamweaver which also tells me this is an overlapping or unenclosed tag. but eh?
if I take out the area between the <div></div> then my page is fine. But I need to include the file. sorry if I'm posting in the wrong forum.
I'm using dreamweaver which also tells me this is an overlapping or unenclosed tag. but eh?
Code:
</div>
<div id="menu">
<?php require_once('../includes/NewMenu.inc.php'); ?>
</div>
if I take out the area between the <div></div> then my page is fine. But I need to include the file. sorry if I'm posting in the wrong forum.