Re: <TD> </TD> background color

Subject: Re: <TD> </TD> background color
From: Marta Lobato <lobatosm@xxxxxx>
Date: Fri, 11 Feb 2000 15:20:37 +0000
I tried the same as you with this code and works correctly:

  <table width="100%">
    <tr align="right">
       <td bgcolor="LightGrey" width="100%"><hr width="0" height="0"></td>
    </tr>
  </table>

Instead of using the non-breaking space you can use this element hr but
invisible.  I think that you won't have problem then.  This will help you?

  Marta Lobato.

At 08:55 11/02/00 -0500, you wrote:
>I'm trying to get an empty  data cell field to display it's background
>color. 
>
>In HTML if I just put a non-breaking space i.e. <td
>bgcolor="#cccccc">&#nbsp;</td> it will show the background color. How can I
>do the same thing in XSL using Netscape 4.0 ? I know I have to substitute
>&#32; , but that doesn't work either.
>
>Ideas, please.
>
>Larry Elder
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread