> Indeed, tables can be rather tricky. > You're probably gonna need a wrapper:
Good thoughts, FND — but unless I'm missing something, I think your solution is identical to mine, except the names of our class are different. (You named yours .tableWrapper, and I called mine .floatRight.) That got me to wondering if "floatRight" might've been a conflicting name somewhere, and I did find a class="floatright" in the CollapsedTemplate plugin — so I tried renaming my class to tableWrapper, like yours. Alas, it still doesn't seem to get my tables aligned to the right. :( ------------------------------------------------- I've also tried some variations on the Centered Table tip at TiddlyWiki.org: http://tiddlywiki.org/wiki/Tables#Centering_Tables StyleSheet: ----------------- .viewer div.tableWrapper {text-align:right; float:right;} .viewer div.tableWrapper table {margin-right:0; text-align:right;} In the Tiddler: ----------------- {{tableWrapper{ |first cell|second cell| |third cell|fourth cell| }}} (Note that I'm using tableWrapper as my class name again, to minimize any conflicts.) To be fair, I'm noticing that the Centered Table tip (with no changes at all) doesn't seem to be working for me, either. Could there be conflicts with 2.6.0? Maybe I'll load up a 2.5.3 TW and try it there ... . -- 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.

