Nick Sabalausky wrote:
I recently completed a revamp of the digitalmars site that got rid of the
table based layout in favor of using floating CSS layout. The result looks
a bit nicer, and the printing should be much better.
Speaking as a web developer, I've found that floating CSS is irritatingly
gimped compared to tables when trying to adjust how things flow upon
resizing. (Speaker as a web user, I've never cared one bit whether a site
used floating CSS vs tables.)
Doing them as floating CSS makes it possible to "nodisplay" the navigation
sections when formatting for print.
The whole HTML/CSS design is such a horrific kludge it's a wonder it works at
all.