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
-~----------~----~----~----~------~----~------~--~---