Hi, Unfortunately, that style doesn't appear to be supported by IE (except Macs). Thanks though...
http://www.htmlref.com/reference/appb/css_empty-cells.htm On 6/1/05, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > Which version of IE are you targeting? > Have you tried the folowing css rule : > |table { empty-cells:show; } > ? > | > Tim Downey wrote: > > >Hi, > > > >I'm hoping someone has encountered this before and has a more elegant > >solution. I'm developing some pages that render tabular data. I'm > >encountering problems where the value to be rendered is null. In such > cases, > >the HTML writer emits nothing and in the Table I end up with empty > <td></td> > >blocks. > > > >This is problematic for IE and will not be rendered properly. Is there > any > >way to either swap out the standard HTML writer or make it emit > >whenever it is asked to render null while within a <td> tag? > > > >It seems kind of kludgey to have to surround all of the table column > value > >blocks with conditionals. > > > >Thanks a lot! > >-tim > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
