I am trying to be clever and position a FaceBook Like button iframe inside a sentence but it aligns oddly, see screengrab below.
I’m sure I’m being dense but without styling the iframe as a block element how do I re-position it?
I tried display:inline-block but it didn’t respond to margin settings. I also tried increasing the paragraph’s line-height to match the iframe but that didn’t help.

vertical-align:middledid the trick.