On Monday, July 13, 2015 at 8:02:32 PM UTC-4, Mat wrote:
>
> 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">
>
Thanks. I know that I could apply specific formatting to each instance
(either with a table or <br> tags) and force all the images into one column
but I was hoping for a way to do so globally so that I wouldn't have to
edit each and every tiddler. Maybe it isn't simple and I will just have to
do the brute force method.
/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/dcde50e2-f0b2-455f-8f30-6a1ef46c3235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.