Thanks Mohammad, I like the div approach must better. I should have thought of that myself.
Damon On Friday, December 6, 2019 at 9:00:18 PM UTC-7, Mohammad wrote: > > On Saturday, December 7, 2019 at 2:59:56 AM UTC+3:30, Damon Pritchett > wrote: >> >> One more question. I would like the table text to be smaller than >> default. How would I specify that in the tblClass area? Asked another way, >> what CSS classes could I use to control other aspects of the dynamic >> tables? >> >> > This is possible > > Open > $:/plugins/kookma/shiraz/macros/dtables-display-extrecord > > > and replace the content with > > \define display-extended-record() > <td colspan=<<ncols>> > > <$tiddler tiddler=<<currentRecord>> > > <$list filter="[<tempTableEdit>getindex[mode]match[edit]]" variable=ignore > emptyMessage="""<div style="font-size:0.8em"><$transclude > tiddler=<<currentRecord>> field=text mode=block/></div>""" > > <$edit-text class="tbl-inpt-edit" tiddler=<<currentRecord>> field="text" > tag=textarea/> > </$list> > </$tiddler> > </td> > \end > > > Note to > > <div style="font-size:0.8em"> > > > -- 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/c0bf54df-cd32-4ede-a1fa-a5aed2812059%40googlegroups.com.

