SKIP navigation
Buildit
Buildit

This page's main content:

buildit documentation

unomaha.edu.intermediate topic

By default, your zipped template comes with the 'unomaha.htm' include. You don't have to use it if you don't want or need to. Note that there are two styles of 'unomaha' menus - with, or without subheadings. You can see the two styles below.

1) Without an image on top and without submenus.
2) Without an image on top and with submenus.

What you need to know now, is how to edit the file for your template to reflect the links you need. The images on top issue is covered under the 'inside.>Graphics>Squares' link at left. So, that leaves us with the 'unomaha.edu' menu. Let's look at the two types:

first, without submenus.

All you have to do here is insert your links into <li> tags. Add as many as you need. Do not edit any other part of your 'unomaha.edu' include. You may need to experiment with <br /> tags for links that need more than one line. Also, if your link text is too long, it will be cut off. (do not cut and paste from this page)

<ul>
<li><a href="http://www.unomaha.edu/">One</a></li>
<li><a href="http://www.unomaha.edu/">Two</a></li>
<li><a href="http://www.unomaha.edu/">Three</a></li>
<li><a href="http://www.unomaha.edu/">Four</a></li>
</ul>

second, with submenus.

Add as many links as you need. Edit the submenus by adding, or removing the 'class=a' attribute from a <li> tag(s). The list must begin with a <li class="a"> tag. Again, you may need to experiment with <br /> tags for links that need more than one line. Also, if your link text is too long, it will be cut off. Do not edit any other part of your 'unomaha' include. All you have to do here is insert your links into <li> tags. (do not cut and paste from this page)

<ul>
<li class="a">Sub One</li>
<li><a href="http://www.unomaha.edu/">One</a></li>
<li><a href="http://www.unomaha.edu/">Two</a></li>
<li class="a">Sub Two</li>
<li><a href="http://www.unomaha.edu/">One</a></li>
<li><a href="http://www.unomaha.edu/ >Two</a></li>
</ul>

how they look.

1) Without an image on top and without submenus.

unomaha.edu

2) Without an image on top and with submenus.

unomaha.edu