On Feb 18, 2009, at 3:43 PM, jrbast wrote:

>
> I also see some syntax like:
> {{cols2{
>
> {{col{
> test1
> }}}
>
> {{col{
> test2
> }}}
> }}}
>
> But must require some sort of plugin

Below is a response from wolfgang to my request for help in getting  
text into two columns. I've been using it ever since without problem.  
It requires no plugin. Just put the code into your StyleSheet and then  
use the suggested syntax to format your tiddler. Perhaps it will work  
with tables, too. I had to fiddle around to figure out how get the  
syntax in the tiddlers to work. If need help with that, ask.

On Dec 5, 2008, at 11:04 AM, wolfgang wrote:

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

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