Works pretty good, but one issue is that if you put multiple lines of text in a column, all the lines of text get concatenated together. Meaning you can't have blank lines or multiple paragraphs in a single column. Any work around one could put in a stylesheet? I tried using <br><br> in the text, but had no effect.
On Feb 18, 3:09 pm, Harald <[email protected]> wrote: > In principle, you don't need a plugin. Create your own StyleSheet > tiddler or add to it if you alread have one the CSS stuff below. I've > taken the CSS rules from the MonkeyGTDTheme tiddler, ##StyleSheet > section. > > /* ============= new div based columns ================= */ > .col { > float: left; > vertical-align:top; > > } > > .cols3, .cols2 { > overflow: auto; /* contains floats. tnx FND */ > > } > > /* IE not doing these right :( */ > /* .cols3>br, .col>br { display:none; } */ > > /* so try this instead. it's annoying and will mean you have trouble > with brs in non-mgtdlist content. .normal might help */ > .cols2 br, .cols3 br { display:none; } > .mgtdList br, .normal { display:block!important; } > .col .mgtdList { margin-bottom:1.5em; } /* since we're no longer > seeing the brs... */ > > .cols3 .col { > width: 33%;} > > .cols2 .col { > width: 49%; /* 50% makes IE put them under each other */} > > .clear { > clear: left;} > > /* ============= */ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

