Where this is
code:
<h2>Navigation</h2>
<div id="spidnav">
<a href="index.html">Home</a>
<a href="forums">GetBleach Forums</a>
<a href="epicfights.html">Bleach Epic Battles</a>
Add
code:
<a href="your_page.html">Title Name</a>
Add that to all of your html pages
Alternatively you could have one index.php with all of those pages in it but you would need to know PHP.
Otherwise There is no other easy way.