masterjake
New Member
- Messages
- 73
- Reaction score
- 0
- Points
- 0
I'm having some real problems. Every time I do any PHP like including files inside a div tag e.g.
it always screws up the page and stops the html from rendering. I guess I'm going to have to go through and redo the layout using tables instead of divs. Anyone know why this happens though?
Code:
<div class="some****">
<?php
include("include/navigation.php");
?>
</div>
it always screws up the page and stops the html from rendering. I guess I'm going to have to go through and redo the layout using tables instead of divs. Anyone know why this happens though?