Even if I don't fully understand your problem description, I would think
that putting them in a table should solve the issue. You can set the
borders to be invisible with this CSS:
<style>
#noborders, #noborders th, #noborders tr, #noborders td {border:0; }
</style>
...either the <style> commands like that in the local tiddler or put in
separate tiddler and tag it $:/tags/Stylesheet
then you apply it to you table by using e.g
<div id="noborders">
your table
</div>
I think this last bit should work with wikitables (i.e |this|type| ) but
otherwise you make a html table and just add the id like so; <table
id="noborders">
<:-)
On Monday, July 13, 2015 at 11:03:15 PM UTC+2, Michael Wiktowy wrote:
>
> I am seeking some advice:
>
> I have a bunch of transcluded images in a tiddler like so:
>
> {{img1_top.gif}}
>
> {{img1_bottom.gif}}
>
> {{img2_top.gif}}
>
> {{img2_bottom.gif}}
>
> Normally they flow one on top of the other but what I realized is, given
> enough horizontal space, they will flow beside each other even if there is
> blank lines between them. This is understandable but undesirable to me
> since they are chopped up parts of a single image.
>
> I could go through and put a <br> (or some other markup) after each one
> but there are *a lot* of them.
>
> Is there a more efficient way to cause these images to stack vertically
> using some CSS magic. I would be happy if this condition was applied
> globally since there are no instances in this particular document where I
> am stacking images side-by-side. But I would also be happy if it just
> affected the "Open in new window" pane as that (in the absence of a sidebar
> and the content of which I might like to print) is where I see the issue
> the most.
>
> Thanks,
> /Mike
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/8f3c9b84-c7d6-424a-95c7-9f3e6119f030%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.