This works!
How we can avoid using table but having float images and tables inside 
tiddler boundary?
I have heard using Table for layout is obsolete!

On Saturday, June 16, 2018 at 2:19:27 PM UTC+4:30, BurningTreeC wrote:
>
> Hi Mohammad,
>
> you could try this in a stylesheet:
>
> .tc-tiddler-body:before, .tc-tiddler-body:after {
>       content: "";
>       display: table;
> }
>  
> .tc-tiddler-body:after {
>       clear: both;
> }
>  
> .tc-tiddler-body {
>       zoom: 1;
> }
>
>
> it should force the tiddler to always wrap around floating elements, so that 
> they are always inside
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60c8a747-5648-4298-bfbf-d2118c58a877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to