In CSS:
table { empty-cells: show; }
Another alternative is to include in empty table cells
See http://www.w3.org/TR/REC-CSS2/tables.html#empty-cells
-- Jeff
On Apr 5, 2005 10:23 AM, Marcelo Epstein <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When the attribute of an object is null, I always lost the border of the
> table.What is a good way to avoid it?
> ex:
> <table>
> <tr>
> <td><bean:write name"x" property="y"/></td> (when y = null, border seems
> strange!)
> </tr>
> </table>
>
> Thanks in advance.
> Marcelo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Jeff Beal
Webmedx, Inc.
Pittsburgh, PA USA
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]