Hi Graeme,
> I tried throwing together this code with Transcluded tiddlers:
>
> /*COLUMNS*/
>>
>> .twocolumns { display:block;
>>
>> column-count:2;
>>
>> -moz-column-count:2;
>>
>> -webkit-column-count:2;}
>>
>>
>>> .threecolumns { display:block;
>>
>> column-count:3;
>>
>> -moz-column-count:3;
>>
>> -webkit-column-count:3;}
>>
>>
>>> .fourcolumns { display:block;
>>
>> column-count:4;
>>
>> -moz-column-count:4;
>>
>> -webkit-column-count:4;}
>>
>>
>>> .fivecolumns { display:block;
>>
>> column-count:5;
>>
>> -moz-column-count:5;
>>
>> -webkit-column-count:5;}
>>
>>
In case of text in a tiddler use:
@@.threecolumns
All text to be displayed in three columns
@@
In case of transclusion use:
@@.threecolumns
<div>
{{Tiddler to be transcluded}}
</div>
@@
Hope that helps,
Ton
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/965490ad-8c84-4223-969b-e486969767b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.