Hi Jon,

this is new for me too, because I have only needed fixed width columns. A 
more flexible method is to use only column-width and not column-count. Then 
the column number is flexible to the window width (look here: 
https://css-tricks.com/almanac/properties/c/column-width) but values must 
be specified in px, not in %. Maybe someone else knows something more about 
this topic.

Many regards
Odder



Am Samstag, 7. März 2015 09:01:01 UTC+1 schrieb Jon:
>
>
> Hi 
>> the following will produce a list of tiddlers tagged with "mytag" in 3 
>> columns when the CSS is applied from another tiddler tagged with 
>> $:/tags/Stylesheet.
>>
>> @@.threecolumns
>> <div>
>>
>> {{{ [tag[mytag]] }}}
>>
>> </div>
>> @@
>>
>> .threecolumns { 
>> display:block; 
>> column-count:3;
>> -moz-column-count:3; 
>> -webkit-column-count:3;
>> color: red;
>> }
>>
>> What do I need to introduce to alter the spacing between the columns?
>>
>> Better still, is it possible to populate a table with a specified number 
>> of columns from the tiddlers tagged with mytag?
>>
>> Thanks, 
>> Jon.
>>
>>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to