The templates seem to come with a css sheet, an index page, and images. The index page has the menu layout although I like but I don't know how to carry the menu layout to additonal pages that I will call from the index. I would like the user to be able to navigate the menu from any page. How to do this??
Lets say your index page has a menu structure like below. There are 3 pages. The first is index.html which is done for you. Open this page in your editor and use the command save as Now name it order.html. Now do ths again and save it as faq.html. Now you have 3 pages with different names, so all you have to do now is edit each page content,save them when done and you willhave a three page web. It's that simple. Put your content in first then try to make it look different or do different things. People are always in a hurry to make it look like their imagination before the can read it. Seems this world really needs a holodeck. Alot of these posts have tons of info in them, take a night to read. <li><a href="index.html">Home</a></li> <li><a href="order.html">Order</a></li> <li><a href="faq.html">Faq</a></li>