View Single Post
  #5 (permalink)  
Old Jan 7th, 2006, 22:08
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Table layout problem! URGENT!

Just take out all code out of the menu.html till you jusy have the code for the actual menu then save this as menu.html.

Now where you want the menu in the index file put the code
Code: Select all
<?php include("menu.html");?>
Upload them to the same directory and it will automatically include the menu there.
Reply With Quote