Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
|
For columns, you cannot reload a single column by its self, you must reload the whole page. So what you would do is change all the links to what you are going to call the files (ie. <a href="home.html">Home</a>) and so on for all the links.
Then you make copies of the same file and name them according to the links and change the information in the content column for each page.
Give me a few minutes and ill download the template, maybe ill be able to give you better instructions.
UPDATE: Your missing a section from the template, but besides the point, all your links will be in the "BEGIN 3D BUTTON MENU SECTION" and near the bottom you have the page content on the right between the DIV tags...
i.e.
<div style="width: 95%;">
YOUR RIGHT HAND SIDE PAGE CONTENT GOES HERE
</div>
So once you've changed the links, you just make copies of the same file and name them "contactme.html" or whatever you set the links to and change the right hand content to whatever should be there.
I hope that makes sense, feel free to ask questions
__________________
- cbeaudin
Last edited by cbeaudin; 05-16-2007 at 04:00 AM..
|