How to vertical align an inline-block in a line of text?
I want to create an inline-block that will take on some unknown width and height. (It'll have a table inside it with content dynamically generated). Further, the inline-block should be placed inside a line of text, such as "my text (BLOCK HERE)". To make it look pretty, I'm trying to make the block be vertically centered in the line . So if the block looks like this: TOP MIDDLE BOTTOM Then the line of text will read: "My text ( [MIDDLE] )" (with TOP and BOTTOM above and below the line) Here's what I have so far. CSS .example { background-color: #0A0; display: inline-block; margin: 2px; padding