Thanks for the replies. I went ahead and enabled ssi and started my test run. It seems everything worked: (
test index.shtml), though I am having a heck of a time getting the menu to center.
index.shtml code:
<body>
<div align="center"><a href="http://ezitin.org">
<!--#include file="ssi-banner.html" --></a>
<!--#include file="ssi-menu.html" -->
</div>
</body>
My ssi-menu.html code is only the code necessary to create the menu. I have tried putting in seperate Div's, also forcing the menu to be in a centered table. Neither seem to work.