Peter,
In a stylesheet put the following:

/*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;}

Then wrap your code with as an example 
@@.threecolumns
your code
@@


Birthe

-- 
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/b6f44066-1064-4120-85a1-40ec85eb6bac%40googlegroups.com.

Reply via email to