Opera's Haakon Wium Lie On CSS, Web Standards, and More
mikemuch writes "The standard that eventually became CSS was originally submitted to Tim Berners-Lee et al by Haakon Wium Lie, who continues to have new ideas for the web formatting language. The latest proposal from the current CTO of Opera Software is the CSS Generated Content for Paged Media Module. Lie sat down with PCMag to discuss not only this scrollbar-free browsing initiative, but a wider range of Web topics, including thoughts on powers like Apple and Google. A teaser from the story: 'At Opera, we sometimes wake up in the morning and see a new Google service that could have been optimized if we could have worked with them in the development phase. It seems they're more eager to put out things and see what sticks.'"
And CSS does it. You can set e.g. background images for a class or id from CSS, so you can change the graphic appearance of a header or footer from one central CSS file. I'd really suggest reading a rigorous introduction to CSS, or something like O'Reilly's CSS Cookbook that walk you through how to accomplish some specific task. If you don't even know the language, don't blame it for not being useful for you!
I also recommend the poster look at an example of how just changing the CSS can dramatically change the appearance of the size: CSS Zen Garden. Their HTML has maybe a few too many divs and spans (they did this to make it easier for designers to apply new styles) but it's a great demonstration of what CSS can do for you.