Quote:
|
What is the best thing to do, can you give me some directions, links, or any help.
|
Write the html code for your menu in a file, say menu.htm or menu.txt and then include this file wherever required using a server side script, say in PHP
PHP Code:
<div id="sidebar">
<?php
include "menut.txt";
?>
</div>