Am Freitag, 21. Februar 2014 18:09:23 UTC+1 schrieb Eric Shulman:
>
>
> 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;@@
>
> We even don't need that.
Create a CSS tiddler containing:
div.tw-tiddler-frame.tw-tiddler-exists:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Then any float inside a tiddler will stay in the tiddler.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.