Hi Eric,
> -- if I could create a one-row table with two or three
> columns each a set width and depth regardless of the amount of text
> entered into them. Maybe this is possible?
>
You can place the following 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 which you can use the following syntax in a tiddler:
{{cola{Contact information:}}}{{colb{Additional notes ...}}}{{clear
{}}}
An other example of this use of columns you can see in edit mode of
this tiddler:
http://change.tiddlyspot.com/#MptwThemes
Regards,
W.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---