On Monday, April 13, 2015 at 6:39:29 AM UTC-7, Christian de la Serna wrote: > > I have been trying add images inside tables and the images keep aligning > top and not the middle. > I tried both using the tiddlywiki format and html tables. I was able to do > a quick fix by padding the top of each cell by 5px. I've been trying to > search for the css handling the table alignment using the chrome dev tool > but could not find it. Is there a better way to do it? >
https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align For your purposes, use "vertical-align:middle" on the <tr> elements. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation -- 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/d743b3a0-6911-4927-8f95-9799de048be1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

