I have this page
http://www.troublefreetraveladvisor.com/websitedel.php
It opens up and displays good in Firefox & IE.
But for some reason, in dreamweaver(what i used to edit code etc) its display its not the same as when uploaded.
I use two Menu's and use Include to add them to my pages
left menu - menu.inc
right menu - menu2.inc
If i change menu2.inc to menu.inc it displays the entire site fine, i solved this earlier today but i must have undone something and its come backagain.
Code:
<div id="menu">
<?php include("menu.inc"); ?>
</div>
</div>
<div id="right"><br />
<?php include("menu2.inc"); ?>
</div><br />
The last closed Div command is highlighted in red and on my page in Design view have - untitled document </head> in yellow highlight, but none of it on the uploaded page where it all looks perfect lol
Can anyone explain this ?
|