On Saturday, July 12, 2014 10:39:35 PM UTC-7, Daniel Gee wrote:
>
> Yep, that worked!
>
> Though, I guess I have to be careful because if the text doesn't go all 
> the way past the table then the tiddler gets cut off early and the table 
> runs into the next tiddler and things look crazy.
>

You can force the tiddler to fit the entire table.  First, put the 
following CSS in a tiddler tagged with $:/tags/stylesheet tiddler (just add 
it to the tiddler you created as per my previous post).
.clear { display:block; clear:both; }

Next, in your tiddler content, put "@@.clear @@" following the 'flowed' 
text, like this:
@@.righttable
... table definition here ...
@@
... text to be wrapped here ...
@@.clear @@

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to