Please allow me to be obtuse for a moment…
Let’s say that I have a Top Menu with a Dropline Sub-Menu.
Key Point: And this Top Menu/Sub-Menu appears on every single page along with a Right Column on every page that contains advertising.
The Menu looks something like this: (However, it is obviously displayed horizontally across the top of my web pages)
* News
o Breaking
o Local
o U.S.
o World
* Politics
o and so on...
* Business
* Sports
* Travel
* Weather
* Opinion
So…
If the user is on the Home Page and clicks on the “News” tab, then the “News” section should appear below the Menu and to the left of my advertising in the right column.
If I user then drills down in the “News” section by clicking on the “U.S.” Sub-Menu news item, then that content should appear.
Here is what I am being dumb about…
Never having formally built a website, I am used to back in the OLD OLD DAYS when each web page was different. (Think personal website circa 1995!!)
I am confused about how to build a website that has both Static and Dynamic content?!
I mean, you could recreate the Menu code and Right Column (with Advertising) in every single web page, but that seems insane?!
The website I am building is very “content heavy” and so a lot of it (e.g. articles) will vary but there will also be things that should remain static (e.g. Menus, Log-in areas, Footers, etc).
So how do I intelligently make it so that I don’t have to duplicate code a million times.
Thanks,
Debbie