SKIP navigation
Buildit
Buildit

This page's main content:

buildit documentation

inside.intermediate topic

Your template can be modified to use one of the following two main styles of included 'inside.' menus. Each is rendered below. By default, your zipped folder contains the variant #1 below.

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

What you need to know here, is how to edit the file if you desire submenus. For info on the images on top, look under the 'inside.>Graphics>Squares' link at left. So, that leaves us with the 'inside' menus — of which there are only two types, those with submenus, and those without.

first, without submenus.

All you have to do here is insert your links into <li> tags. Add as many as you need. 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 'inside' 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/">One</a></li>
<li><a href="http://www.unomaha.edu/">One</a></li>
<li><a href="http://www.unomaha.edu/">One</a></li>
</ul>

second, with submenus.

You can see the two styles below. All you have to do here is insert your links into <li> tags. Add as many 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. Do not edit any other part of your 'inside' include. (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/">One</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/">One</a></li>
</ul>

how they look.

1) With an image on top and without submenus.

O

2) With an image on top and with submenus.

O

inside.