You know, just thinking out loud, it seems to me that "clear" isn't a good name for a class. Too much chance that it might clash with the clear property. What happens if you change the class everywhere to "colx" ?
-- Mark On Jan 17, 1:46 pm, "Mark S." <[email protected]> wrote: > That's pretty cool. It doesn't seem to spill out the bottom on mine > (TW notes, FF 2 under linux, FF3 under XP). > > -- Mark > > On Jan 17, 1:18 pm, Eric Weir <[email protected]> wrote: > > > Mark S. wrote: > > > What are the definitions for the styles cola, colb, and clear? They > > > don't seem to be in my tw notes. > > > Put this into your StyleSheet: > > > /* custom styles for parallel columns. Classes cola and colb */ > > .cola {width:45%; float:left; margin-left:0.5em;} > > .colb {width:45%; float:left; margin-left:1.5em;} > > .clear{clear:both;} > > > After that you can use the following syntax to generate two columns in a > > tiddler: > > > {{cola{Contact information:}}}{{colb{Additional notes ...}}}{{clear > > {}}} > > > Though this works better for me: > > > {{cola{text of > > column a}}}{{colb{Text of > > column b}}} > > {{clear{ > > }}} > > > This is courtesy of wolfgang, who hasn't been in evidence since before > > the holidlays. > > > Regards, > > ------------------------------------------------------------------------ > > Eric Weir > > Decatur, GA USA > > [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

