any suggestions on how to edit this navigation?

pastajon66@juno's picture

They have: 9 posts

Joined: Jan 2006

i mostly copy and paste php
i took on the editing of this website in order to finish it up
i have figured everything else out, except how to add another tab to the navigation and i can't figure out how the previous guy created it
have a look at the site and source code and give me some ideas please

http://www.fmlytree.com

olo brockhouse of loamsdown
park city, ut

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

The nav is in a list:

  <div id="Nav">
  <ul>
<li id="Active"><a href="index.php">HOME</a></li>

<li><a href="samples.php">SAMPLES</a></li>
<li><a href="customize.php">CUSTOMIZE</a></li>
<li><a href="articles.php">ARTICLES</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="ordering.php">ORDERING</a></li>
  </ul>

</div>
'

You should just be able to put in an extra

  • pastajon66@juno's picture

    They have: 9 posts

    Joined: Jan 2006

    i know i can do that
    but the image in the background is like a layer or something and i can't find the image file to expand it and i can't seem to get to it to manipulate it either...

    olo brockhouse of loamsdown
    park city, ut

    Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.