Forum Moderators: open
Currently i use tables to sort ouot my site layout and HATE frames alothough i have seen some good websites with frames just none i have made! However the disadvantage of using tables is each time i need to add or change a link on all the pages i have to go and change it on EVERY PAGE!
So is there such a script that can allow me to use a navigation that gets its conetnt for a file? I have used a DHTML nav bar before at the top of the page which had a separate content file. However i need one which can give me a similar naviagtion bar to the ones i use on my site.
<snip>
thanks again
[edited by: korkus2000 at 3:56 pm (utc) on Jan. 28, 2003]
[edit reason] TOS #21 No site reviews please [/edit]
There is a similar ASP function if you are hosted on a MS platform.
You can still use tables if you wish.
Do you have any server side scripting experience?
wld that mean all the pages would have to be PHP and written in a different code?
HTML, FLASH, JAVASCRIPT and basic DHTML is the best iu can manage :( i jus thought there wld b a script that was like the one i used before but not a top bar but a horizontal one which i cld postition
thanks
Layout your tables or whatever, and where the menu would go put
<?php include ("menu.php");?> in. Put all the menu content in menu.php and resave all the pages you plan on using the includes on as .php, then upload it and you're set.