>>> "Rasmus" == Rasmus <[email protected]> writes:
> Uwe Brauer <[email protected]> writes:
>> Is there a way to fill a cell in a table such when exported to say html
>> it comes in black?
> I don't really understand, but probably you can use CSS and use the name
> of the table (it will be the id of the table). Probably you can use
> nth-child or first-child in CSS.
Thanks what I meant is
|this |*****|
Is tranformed when converting to a html document
|this| blackbox|
Or something like this, without further manipulation via css.
But it seems that such a functionality does not exist.
Uwe Brauer