Hi Tanya,
Its quite easy to do, you need to create a separate shtml file please note the s in front of html and you need to create your menue on that page only.
Then you have to change all your webpages, don't worry all you have to do is put an s in front of the html on all of your pages, this then tells the server that their is a side menu to load for every page!
It will slightly slow down the loading of your pages, but with faster internet speeds now available it probably won't be noticable, now you need to put a link to your menu on all of your pages where you want your menu to appear.
Something like this:
<!-- IFRAME -->
<iframe width="300" name="menu" height="300" src="menu.shtml" border="0" frameborder="0" scrolling="auto" align="left" hspace="0" vspace="0"></iframe>
If you don't want a scrolling menu put no in scrolling="no" I hope this has helped you?
Best Wishes
John.
|