I'm currently driving myself crazy trying to right-align tables
Indeed, tables can be rather tricky.
You're probably gonna need a wrapper:
---------------
lorem ipsum
{{tableWrapper{
|cell1|cell2|cell3|
|cell4|cell5|cell6|
}}}
dolor sit amet
---------------
.viewer .tableWrapper {
float: right;
}
---------------
HTH.
-- F.
--
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.