I have a div that contains an image and a p tag (seen below). I want to align the image in the middle of the div vertically depending on how many lines the paragraph is. Ver
Give the image display: block, float: left and vertical-align: middle. Or, give it a line height equal to that of the containing element.