Thank you. I will be using the color change technique on other rows that are not header rows, so the earlier solution will be fine for that, also. Your update is very useful because I was aware of the 'h' thingy to add after a line to make a header line. I could not figure out, however, what the connctions to the actual CSS element selector I needed to override. I tried a couple without success and resorted to help. Looking at it, it is very logical and one would figure I could have got there. Oh well.
Thanks On Wednesday, March 13, 2019 at 2:23:10 PM UTC+1, PMario wrote: > > Hi John, > > Have a closer look here: https://tiddlywiki.com/#Tables%20in%20WikiText > > use this: > > |myClass|k > |>| Brimstone |h > |>| {{Brimstone Image External}} | > |>| //Foul smelling yellow crystals used in dark rituals// | > |Type | Ingredient | > > > > Create a new tiddler eg: myTableStyles > tag it: $:/tags/Stylesheet > add this text > > .myClass thead td { > background-color:brown; > color:white; > font-size:150%; > } > > Save -> done! > > have fun! > mario > > > > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/99636bc2-9dae-4fb9-b48e-63113c32e7b9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

