Hmm. That sort of works. The table is inline between objects on the
line. But the table has artifacts. The text in the cells floats so
that it overlaps the table, and there are parts of a table-like
structure protruding out of the top of the real table. Looking in
FireBug, it looks as though the table and tbody are out of sync with
each other. Maybe some other CSS would make the table behave more like
a table.

Mark S.

On Jun 21, 12:07 am, FND <[email protected]> wrote:
> > How can I put a table within a line of text?
>
> Well, tables are HTML block elements, and as such are not meant to be
> used inline.
>
> You might be able to achieve it with some hacks though.
> First, make the wiki markup work inline by using transclusion[1]; create
> a tiddler "myTable" and add your table with a custom class[2] "inlineTable".
> Then transclude that tiddler into your original tiddler and add the
> following to your StyleSheet:
>      .inlineTable {
>          display: inline;
>      }
>
> HTH.
>
> -- F.
>
> [1]http://tiddlywiki.org/wiki/Transclusion
> [2]http://tiddlywiki.org/wiki/Tables#Custom_CSS_Classes
--~--~---------~--~----~------------~-------~--~----~
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