Not sure what your trying to say, but here's a simple example:

{{cols2{

{{col{
col1_line1

col1_line2
}}}
{{col{
col2_line1
}}}

}}}

This displays:
col1_line1col1ine2                    col2_line1

Instead of what I would expect:
col1_line1                                 col2_line1

col1_line2

Th col2_line1 is displayed in a second column ok, but the text
col1_line2 is concatenated directly after the text col1_line1 like the
example above.   What is the {{clear{ used for?

On Feb 19, 12:05 pm, Eric Weir <[email protected]> wrote:
> On Feb 19, 2009, at 12:10 PM, jrbast wrote:
>
> > Here's my test tiddler data and actual display:
> > {{cols2{
>
> > {{col{
> > Test data in column 1
>
> > test paragraph
>
> > }}}
>
> > {{col{
> > Test data in column 2
> > }}}
>
> > }}}
>
> Try this instead:
> {{cola{Test data in column 1
>
> test paragraph}}}{{colb{Test data in column 2}}}
> {{clear{
>
> }}}
>
> If you put the code suggested for the StyleSheet in the StyleSheet, it  
> should give you two columns with the first line of the second on the  
> same line as the first line of the first.
>
> 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