View Single Post
  #6 (permalink)  
Old Jan 19th, 2008, 20:53
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,288
Blog Entries: 8
Thanks: 10
Thanked 5 Times in 5 Posts
Re: How to highlight the current page Nav link ?

You say that this code is not working?
Code: Select all
<ul>
<li><a href="capoeira-school-links.php">Links</a></li>
<li id="active"><a href="#">Link</a>
</ul>
You've missed out a </li>!

Code: Select all
<ul>
<li><a href="capoeira-school-links.php">Links</a></li>
<li id="active"><a href="#">Link</a></li>
</ul>
__________________
Resources Administrator


Reply With Quote