THIS IS NOT GOOD:
@@float: right;
<pre>ONE
TWO
THREE
FOUR
FIVE
SIX
SEVEN</pre>
@@
Please, help me!
Best regards
Mykola Janovych
Hi! I very like TiddlyWiki and I thak to Jeremy Ruston for this great one. But now I have some trouble when I want to create left-aligned block (div or table).Code of tiddler:THIS IS NOT GOOD:
@@float: right;
<pre>ONE
TWO
THREE
FOUR
FIVE
SIX
SEVEN</pre>
@@View of tiddler:
Mykola Janovych
Thank for your reply! I want to create right aligned table in tiddlywiki content with information purposes like in wikipedia (infobox). For example, infobox in this articles - http://en.wikipedia.org/wiki/TiddlyWiki . Please, help me!
On my behalf many thanks Stephan...that was the bit I was trying to figure out.I knew I had to add something and knew how to do it in Tiddlywiky Classic with the ((clear{ }}} syntax but somehow I just froze.
On Friday, February 21, 2014 11:32:21 AM UTC-5, Stephan Hradek wrote:I do not see any problem if you follow CSS rules and add an element with "clear:both;"
@@clear:both;
@@
As I noted in my response, you can place this immediately following the closing "@@" of your floated content:@@display:block;clear:right;line-height:0px;@@