Opening content from other pages within layer


Author Message
Eric

Posted: 11/9/2010
Quote message 

I'm sorry if this is a newbie question, but I'm trying to teach myself how to use Artisteer and how CSS works. The way I thought Artisteer's templates would work is that there would be one main page with all the menus, header, etc.. and when you click on each menu link, new content would open within the main body of the page... possibly from another .htm file. I remember that this is how frames work. As of right now, the only way I can think of to this is to create a whole new template frame for each menu link so that the enitire page opens each time you click a link. I'd rather not do it that way if possible. Please help
 
David

Posted: 11/10/2010
Quote message 

The easiest is to make separate HTML files which are linked to each other in the menus. This is OK if you don't have so many pages.

If you know PHP you can dice up the page so that content that don't change and are the same on every page are in separate files so you only need to make changes in one place. Place header, footer, menu etc in separate files and load them...

Otherwise you could include all pages in one page and call different data using Javascript as well...