Posted by Jonathan N. Little on 11/28/07 17:35
Jud McCranie wrote:
> On Wed, 28 Nov 2007 06:15:10 GMT, Adrienne Boswell <arbpen@yahoo.com>
> wrote:
>
>> Use the empty cell property - http://tinyurl.com/8nztn
>
> I couldn't get that to work. I tried:
> <TABLE border=1 width="60%" empty-cells: show>
> <TABLE border=1 width="60%" empty-cells=show>
> but neither worked. What's wrong?
It is a CSS property not an HTML attribute.
either in your stylesheet add
table { empty-cells: show; }
or put inline in the HTML attribute STYLE:
<TABLE border=1 width="60%" style="empty-cells: show;">
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|