I have table data that consists of and Icon followed by some text. The text 
height is less than the icon height, and the appearance is that the bottom 
of the icon is resting on the line drawn by the bottom of the text. I have 
with HTML and embedded CSS style statements been able to accomplish an 
alignment where the two entities seemed aligned vertically.

<table style="width: 100%;" border="0">
<tbody>
<tr>
<td style="vertical-align: middle;"><img style="vertical-align: middle;" 
src="https://tiddlywiki.com/favicon.ico"; alt="" /><strong>My 
favorite</strong> (1)</td>
</tr>
</tbody>
</table>

I have not figured out how to achieve this alignment in TiddlyWiki table 
cells.

The tables get a bit busy with a single cell having a few of these kind of 
elements stacked vertically using <p> to cause the line breaks.

Thank you.



-- 
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/dccd8473-9015-4d4b-ba3f-d058916eb2bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to