Forum Moderators: mack
I am a newbie and need to get a site up as quickly as possible. All I need to build is a Welcome screen with an 'ENTER SITE' button then another page with a top and left bar. The central frame / cell is linked to another website for online ordering...I'm an affiliate and the hyperlink has my dealer number!
Looking forward to your replies!
nevertheless, something which might work also and is in the same direction a server side includes, called ssi.
these techniques can be used to create your pages in a more modularized ways, let's say the left-bar is one element, the top-bar another and the page content changes, so left- and top-bar can be saved into single files each and the content page can grab them and place them in the place to be.
you won't need frames then where it would be quite the same: one file for left, one for top and a file for the content.
could you understand this?