From: Carl Parrish Date: 2002-03-22T03:42:53+09:00 Subject: Re: [OT] web standars (was: web templating for static sites?) On Thu, 2002-03-21 at 09:53, Tobias Reif wrote: > Jason Voegele wrote: > > > my problem is with table layout, > > > TR { > display: block; > > > is the problem. > > > If those tr s are to remain table rows, you must leave it at the > default, which is > display: table-row; > > Tobi > warning IE doesn't do display: table-row correctly (at least not in 5.0 I haven't tested 6.0 yet). Carl P.