I would like links on top for the bottom content because it will be a large page.
This is what I have (the traditional method):
Code: Select all
<ul>
<li><a href="#faqaboutus">What is WiredLeaf all about</a></li>
</ul>
Code: Select all
<h1 id="faqaboutus">All about us</h1>
Any solutions guys? Cheers.