Menu

Soldato
Joined
10 Sep 2008
Posts
2,570
Location
Grendon
Right ill try and explain what im trying to do, my google skills are failing me terribly.

Ive got the main design of my website created, and it pretty much all CSS, and is layed out with top banner, navigation on the left, and to the right of that the main content.

Now from way back when i use to do this id use a frame as the main content, so when each link was cicked it would be displayed in that frame. Is there a better way of doing this?

Cheers
 
Frames are considered a big no no these days. Just have the nav appear on each page. Use a CMS or at the very least, static pages with a php include for the nav so you don't have to edit each and every page in order to amend it.
 
Back
Top Bottom