In the past, all of my web pages had a Page Header which included things like my Company Name, Log-In Prompts, and a Navigation Bar. Then below that was a Left Column, Middle Column, and Right Column.
To space things out, I simply had a bottom-margin on the Page Header.
Now on to the problem…
Recently I added a “Section Title” (e.g. “Finance: Managing Your Business’s Money”) to my Section page.
Because of this addition, I found is easier to just strip any Margins or Padding from the Page Header or Left/Middle/Right Columns, and add any spacing to this new “Section Title”.
Well, that worked great, but now on pages where there is no “Section Title”, the Page Header and Left/Middle/Right Columns are snug up against each other. (BTW, things are more complicated than this, but short of posting TONS of code, I’m doing my best to explain things?!)
So, long story, short, I am thinking it would be easiest if I could just stick a “Spacer DIV” in the couple of pages were there is no “Section Title”, but where I need to maintain the same spacing across pages.
Would it be some horrible, evil sin to have a “Spacer DIV” in some pages?? :-/
(BTW, the key point to all of this is that I am REUSING the Page Header and Left/Middle/Right Columns, and I want to avoid having TWO SETS of everything to accommodate for this issue.)
Hope that makes sense?!
Sincerely,
Debbie