Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Horizontal Navigation (See related posts)

how to build horizontal navigation
<div id="nav">

    <ul id="navlist">

<txp:section name="home" link="1" title="1" wraptag="li" />
<txp:section name="about" link="1" title="1" wraptag="li" />
<txp:section name="portfolio" link="1" title="1" wraptag="li" />
<txp:section name="packages" link="1" title="1" wraptag="li" />
<txp:section name="clientlogin" link="1" title="1" wraptag="li" />
<txp:section name="contact" link="1" title="1" wraptag="li" />
  </ul>
</div><!-- end nav-->


You need to create an account or log in to post comments to this site.