On Saturday, July 12, 2014 10:11:10 PM UTC-7, Daniel Gee wrote:
>
> There's lots of guides to right-align text within a table, but I want to 
> right align the table itself so that text can flow around it (it's narrow, 
> but very tall). How would I do this?
>

First, create a tiddler, tagged with "$:/tags/stylesheet" containing the 
following CSS rule:
.righttable { margin-left:auto; margin-right:0; float:right }

Then, in your tiddler content, wrap your table in a style block, like this:
@@.righttable
|test|this|
|table|entry|
|another|row|
@@

That should do it.

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