Thanks SOOOOO MUCH Eric - that works PERFECTLY !!!
(Now if I can just get it all to work right at the office I'll have to do a 
happy dance...)

mark

On Wednesday, March 27, 2013 8:12:16 PM UTC-5, Eric Shulman wrote:
>
> > > and in your StyleSheet tiddler add: 
> > > .columns { 
> > > -moz-columns:4; 
> > > -webkit-columns:4; 
> > > columns:4; 
> > > } 
>
> > It produced a very nice timeline for me, with just a single column. 
> > Is there some other way to force it into columns when this one will not 
> > work, please ?? 
>
> Try the following CSS: 
>
> .columns { display:block; 
>         -moz-column-count:4; -moz-column-gap:1em; -moz-column-width:25%; 
> /* 
> FireFox */ 
>         -webkit-column-count:4; -webkit-column-gap:1em; 
> -webkit-column-width: 
> 25%; /* Safari */ 
>         column-count:4; column-gap:1em; column-width:25%; /* Opera */ 
> } 
>
> enjoy, 
> -e 
> Eric Shulman 
> TiddlyTools / ELS Design Studios 
>
> HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... 
>    http://www.TiddlyTools.com/#Donations 
>
> Professional TiddlyWiki Consulting Services... 
> Analysis, Design, and Custom Solutions: 
>    http://www.TiddlyTools.com/#Contact 
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to