Isn't it so that when you are creating DIVs you are
defining a part of the used layout? I will give an example.
I set up two DIV's: ID 'main_story' and ID 'summary'.
After setting this up I think it looks nice to have the summary put
into the upper-left corner of the main-story. And so I nest DIV
'summary' into DIV 'main_story'. Easy does it.
After a month or 3 I see a nice website and they have the 'summary' in
the top-left corner of the browser window, and not nested in the
main-story.
But we locked all summaries nested into the main-story, in 300
html-files. That's a problem right?
So the solution is to define every DIV absolute and not nested, just in
one line, no levels.
Any thoughts on that?