View Single Post
  #6 (permalink)  
Old Sep 25th, 2007, 18:45
ssnerdy ssnerdy is offline
Junior Member
Join Date: Sep 2007
Location: Uk
Age: 21
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Still confused... PHP

Okay, i've done what has been said but the page is just coming up without the navigation now.

I've saved a file called 'nav.inc' which just contains :
<ul>
<li><a href="me.html" title="me">Me</a></li>
<li><a href="art.html" title="you">You</a></li>
</ul>


and in my index page where that was I have:

<div class="sbititle">Navigate</div>
<div id="sbinav">

<?php include('nav.inc'); ?>

</div>

I can't see where im going wrong, unless its something to do with the div's in my code around the navigation.

Thanks for all your help so far.
Reply With Quote