Strictly Speaking
Ok, I lied, I wasn't happy with traditional. I tried <br />
, but that didn't work. <br class="clear" />
, however, did work, where "clear" is this:
.clear { clear: both; }
I was also able to clear up a couple of other problems in Netscape 4.x. By adding width: 100%
to my h1 selector, the headings look more like they're supposed to. And a -20px top margin for my timestamps in Netscape 4.x, while newer browser get a top margin of 1em, puts the timestamp in the right place.
Ya know, I think I'm getting the hang of this whole web thing... :-)