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

Reply via email to