Text Beside Table

963 views
Skip to first unread message

slip532

unread,
Jan 30, 2018, 10:32:38 PM1/30/18
to TiddlyWiki
I just started using tiddlywiki today, so I'm still pretty green. Is there a way to put text beside tables instead of only above and below them? Literally like a person's page wikipedia. It has the table with the person's picture, age, etc... on the right, and text beside it on the left. On my tiddler, I have the table on the left, and just a big blank space beside it that I'd like to use for text, but don't know how.

Thanks!

passingby

unread,
Jan 30, 2018, 10:55:22 PM1/30/18
to TiddlyWiki
Html tags work in the tiddler. So just wrap do this:

 <div style="float:right;">


|cell1|cell2|
|cell3|cell4|


</div>
Here follows a paragraph which will flow up along the table on left.


slip532

unread,
Jan 30, 2018, 11:03:01 PM1/30/18
to TiddlyWiki
That is exactly what I was looking for. Thank you!

TonyM

unread,
Jan 30, 2018, 11:54:04 PM1/30/18
to TiddlyWiki
Observe: The solution above uses HTML to achieve this result.

Much of what is native HTML even CSS for that matter,  work in TiddlyWiki, so if you already know it, great, if not their is value expanding your knowledge, of this key internet enabling technology.

Here is a great place to start

Regards
Tony

Jon

unread,
Jan 31, 2018, 1:27:28 AM1/31/18
to TiddlyWiki
Hi,

I noticed in this example that if it's changed to "float:left;", the text is very close to the table. How would you create a space between the two?

Regards
Jon

passingby

unread,
Jan 31, 2018, 3:07:53 AM1/31/18
to TiddlyWiki
You could try using padding or margin properties in the inline style definition.

TonyM

unread,
Jan 31, 2018, 3:27:50 AM1/31/18
to TiddlyWiki
You could use html or tiddlywiki tables even with a single row but 3 or 4 columns.

Regards
Tony

coda coder

unread,
Jan 31, 2018, 8:41:33 AM1/31/18
to TiddlyWiki
<div style="float:right;margin:2em">

or

<div style="float:right;margin:20px">

or, because you're likely dealing with left-to-right text (like English)

<div style="float:right;margin-right:2em">

Find a good CSS resource and read up on styles.

Jon

unread,
Jan 31, 2018, 8:44:54 AM1/31/18
to TiddlyWiki
Excellent!
Thanks all
Jon

coda coder

unread,
Jan 31, 2018, 9:00:57 AM1/31/18
to TiddlyWiki
Jon

Oops.  I meant to make those float:left to address the issue you had...

@TiddlyTweeter

unread,
Jan 31, 2018, 11:19:08 AM1/31/18
to TiddlyWiki
The text beside My Table is not The Bible at the moment. Its J.M. Coetzee's brilliant "The Childhood Of Jesus".

Just ignore me :-)

J, x

Jon

unread,
Jan 31, 2018, 12:50:06 PM1/31/18
to TiddlyWiki
Cheers Coda.
Jon
Reply all
Reply to author
Forward
0 new messages