
also.
By default, your zipped template comes with the 'also.htm' include. You don't have to use it if you don't want or need to. Note that there are two styles of 'also' menus you can use - with, or without, subheadings.
1) Without an image on top and without submenus.
2) Without an image on top and to match pages with submenus.
What you need to know here, is how to edit the file for your template to match the submenu style if that is what you need. If you're not using submenus, then your includes are ready for editing.
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 'also.' 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, to match pages with submenus.
Insert your links into <li> tags the same way you would on a menu without submenus. 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. 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.
<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>
how they look.
1) Without an image on top and without submenus. 'also.htm'
2) Without an image on top and without submenus, but designed to be used with pages that use submenu includes elsewhere. 'also_subs.htm'