I have something like this to be able to use "normal" columns. Maybe a
bit roundabout, but it works. Put this in your StyleSheet (or
MonkeyGTDTheme):
.normcol {
float: left;
vertical-align:top;
}
.cols3 .normcol {
width: 33%;
}
.cols2 .normcol {
width: 49%; /* 50% makes IE put them under each other */
}
.normcol br {display:block; } /* key line right here ;) */
Then use {{normcol{ instead of {{col{
Let me know if it works for you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---