On Sunday, November 15, 2020 at 4:16:56 AM UTC-8 David Gifford wrote:

> If you mean something like color background for individual cells, no there 
> is not currently a way to do that as there was in TiddlyWiki classic. There 
> are some people working on a new table syntax. Perhaps that will allow 
> individual cell CSS. The only current alternative I know of is using an 
> html table.
> On Saturday, November 14, 2020 at 9:38:09 PM UTC-6 Clare wrote:
>
>> I'm trying to figure out how to get the style to fill the whole cell 
>> rather than just highlight the word in the cell. Any advice?
>>
>
Although there isn't a syntax to directly specify background colors for 
individual table cells, you can re-purpose the table header syntax -- "!" 
-- to accomplish something similar:

*<style> .mytable th { background:lightblue; } </style>*

*|mytable|k*
*|!foo|bar|*
*|mumble|frotz|*

The "foo" cell in the above example will have a lightblue background.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/01b6030d-3537-456f-986d-36adb36eb641n%40googlegroups.com.

Reply via email to