First, I'm new at CSS, so be gentle, OK :)
I've built a page layout that works well ... up to 1024 px. Bigger than that and the content spreads out way to far and fills the width of a larger window. (I'm not even sure what to call what I'm looking for).
I want to limit the width to 1024 pixels.
Below 1024 the layout works as desired. THe letters and numbers just represent different blocks of content.
This is how the layout basically looks on a 1024 window, which is what I want at the width.
LL MMMM 111
LL MMMM 111
LL MMMM
LL MMMM 222
LL MMMM 222
LL MMMM
LL MMMM 333
LL MMMM 333
Below that it wraps to look like this, which is what I want. (I'm dropping excess lines for the examples
LL MMMM
111 222
333 etc
Over 1024 it lspreads out like this, this is what I'm trying to avoid, eliminate.
LL MMMM 111 222 333
What do I call what I'm looking for? And any other help would be appreciated.
(I'm trying to move from a table based layout to CSS, my cureent code is a mix of the two. But the max-width issue is first on my list to fix/solve right now)
.