Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing empty cells
Message
From
27/03/2006 13:14:19
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
Showing empty cells
Miscellaneous
Thread ID:
01108063
Message ID:
01108063
Views:
49
I did that once but I can't remember how I did it. Basically, I would like to show the empty cells in a table without having to enter the   syntax in the cell where the cell is empty.

I have the following in my stylesheet:
TABLE
{
   empty-cells: show;
}
And, something like that for testing purposes:
<P>
<TABLE CELLSPACING=0 CELLPADDING=2 BORDER=1>
<TR>
<TH>Field name
<TH>Type
<TH>Width
<TH>Decimal
<TH>Description
<TR>
<TD>Field name
<TD>Type
<TD>
<TD>Decimal
<TD>Description
<TR>
<TD>Field name
<TD>Type
<TD>
<TD>Decimal
<TD>Description
<TR>
<TD>Field name
<TD>Type
<TD>
<TD>Decimal
<TD>Description
<TR>
<TD>Field name
<TD>Type
<TD>
<TD>Decimal
<TD>Description
</TABLE>
But, this is not working. I can see that the table is shown without borders where the empty cells apply.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform