I'm finally trying to make that plunge from Tables to CSS. I understand CSS and the concept of an external stylesheet to rule everything in the site. But here's where I'm having a problem.
In the sites I'm doing, the "content" area (div) would vary in length, depending on the particular page. Some will be short, some will be long. Does putting the rules for positioning of the content area in and external stylesheet mean that the content area has to be the same width and length on every page? I've put fixed dimensions in the stylesheet, but if the content is more than the dimensions set, it automatically expands it. That's find for that page, but it also affects the other pages that don't have as much content, and creates a lot of extra space.
How can an individual page content area lengthen or shorten, without changing the dimensions for EVERY page in the site? I hope I was clear. Thanks.
In the sites I'm doing, the "content" area (div) would vary in length, depending on the particular page. Some will be short, some will be long. Does putting the rules for positioning of the content area in and external stylesheet mean that the content area has to be the same width and length on every page? I've put fixed dimensions in the stylesheet, but if the content is more than the dimensions set, it automatically expands it. That's find for that page, but it also affects the other pages that don't have as much content, and creates a lot of extra space.
How can an individual page content area lengthen or shorten, without changing the dimensions for EVERY page in the site? I hope I was clear. Thanks.